Skip to content

Commit 645a1a0

Browse files
committed
chore: node 20 support
1 parent 837114c commit 645a1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
eslint: [7, 8]
16-
node-version: [14.x, 16.x, 17.x, 18.x, 19.x]
16+
node-version: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x]
1717

1818
steps:
1919
- name: 🛒 Checkout repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"simple-git-hooks": "^2.8.1"
3434
},
3535
"engines": {
36-
"node": "^14 || ^16 || ^17 || ^18 || ^19"
36+
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20"
3737
},
3838
"peerDependencies": {
3939
"eslint": "7 || 8"

0 commit comments

Comments
 (0)