Skip to content

Commit

Permalink
Support Node.js v22 (resolves #1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 20, 2024
1 parent 5ef0eb1 commit 91a5a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
node:
- 18
- 20
- 22

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} (Node v${{ matrix.node }})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"strip-ansi": "7.1.0"
},
"engines": {
"node": "^18.18.0 || ^20.8.0 || ^21.0.0"
"node": "^18.18.0 || ^20.8.0 || ^22.0.0"
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit 91a5a1d

Please sign in to comment.