Skip to content

Commit 1bb668e

Browse files
authored
update actions (#188)
1 parent 9715848 commit 1bb668e

File tree

4 files changed

+29815
-15796
lines changed

4 files changed

+29815
-15796
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
# Check for updates to GitHub Actions every week
7+
interval: 'weekly'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
node-version: [12.x]
10+
node-version: [18.x]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Setup node ${{ matrix.node-version }} in ${{ runner.OS }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node-version: [10.x, 12.x, 14.x]
14+
node-version: [14.x, 16.x, 18.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup node ${{ matrix.node-version }} in ${{ runner.OS }}

0 commit comments

Comments
 (0)