Skip to content

Commit 0d4fd29

Browse files
committed
Add Node.js v17 to CI
1 parent cb2629b commit 0d4fd29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [ 16, 14, 12 ]
20+
node-version: [ 17, 16, 14, 12 ]
2121

2222
steps:
2323
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
},
5353
"support": true,
5454
"engines": {
55-
"node": "^16 || ^14 || ^12"
55+
"node": "^17 || ^16 || ^14 || ^12"
5656
}
5757
}

0 commit comments

Comments
 (0)