Skip to content

Commit e454ca7

Browse files
committed
try testing on node 20
1 parent 2b78858 commit e454ca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
- run: npm ci
2323
- run: npm run lint
2424

2525
build:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x]
29+
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
3030
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3131

3232
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:watch": "jest --watch"
1515
},
1616
"engines": {
17-
"node": ">=8.3.0 <19.0.0"
17+
"node": ">=8.3.0 <21.0.0"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)