Skip to content

Commit

Permalink
chore: node 21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
artlaman committed Oct 24, 2023
1 parent 863d475 commit c67624b
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, 17.x, 18.x, 19.x, 20.x]
node-version: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.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.8.1"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20"
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20 || ^21"
},
"peerDependencies": {
"eslint": "7 || 8"
Expand Down

0 comments on commit c67624b

Please sign in to comment.