Skip to content

Commit ea8dee9

Browse files
authored
feat: support Node 17 (#52)
1 parent 999b69a commit ea8dee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: 🧪 Test (Node@${{ matrix.node }})
4040
strategy:
4141
matrix:
42-
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 18.0.0, 18, 19]
42+
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19]
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: 🛑 Cancel Previous Runs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
"typescript": "~4.9.4"
8383
},
8484
"engines": {
85-
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || >=18.0.0"
85+
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
8686
}
8787
}

0 commit comments

Comments
 (0)