Skip to content

Commit 412b29d

Browse files
committed
chore: node 19 support
1 parent 11c2e85 commit 412b29d

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]
16+
node-version: [14.x, 16.x, 17.x, 18.x, 19.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"
36+
"node": "^14 || ^16 || ^17 || ^18 || ^19"
3737
},
3838
"peerDependencies": {
3939
"eslint": "7 || 8"

0 commit comments

Comments
 (0)