We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c25ac2 commit e769874Copy full SHA for e769874
.github/workflows/lint.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Use Node.js 18.x
+ - name: Use Node.js 20.x
20
uses: actions/setup-node@v2
21
with:
22
- node-version: 18.x
+ node-version: 20.x
23
cache: 'npm'
24
- run: npm ci
25
- run: npm run lint
.github/workflows/node-js.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [16.x, 18.x, 19.x]
+ node-version: [18.x, 20.x, 21.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
0 commit comments