Skip to content

Commit e769874

Browse files
committed
fix CI
1 parent 7c25ac2 commit e769874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Use Node.js 18.x
19+
- name: Use Node.js 20.x
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 18.x
22+
node-version: 20.x
2323
cache: 'npm'
2424
- run: npm ci
2525
- run: npm run lint

.github/workflows/node-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 19.x]
19+
node-version: [18.x, 20.x, 21.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

0 commit comments

Comments
 (0)