Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Oct 7, 2024
1 parent e09b532 commit 6b3e7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test": "NO_THROTTLE=true mocha"
},
"engines": {
"node": "16 || 18 || 20",
"node": "18 || 20 || 22",
"npm": ">=7"
},
"lint-staged": {
Expand Down

0 comments on commit 6b3e7e8

Please sign in to comment.