Skip to content

Commit

Permalink
chore: node 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
artlaman committed Apr 5, 2022
1 parent 3c20fc4 commit 2a92749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
eslint: [7, 8]
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 17.x]

steps:
- name: 🛒 Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"simple-git-hooks": "^2.7.0"
},
"engines": {
"node": "^14 || ^16"
"node": "^14 || ^16 || ^17"
},
"peerDependencies": {
"eslint": "7 || 8"
Expand Down

0 comments on commit 2a92749

Please sign in to comment.