Skip to content

Commit

Permalink
Supporting Node 22 (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Apr 24, 2024
1 parent 42675f5 commit fd0a118
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.0.0, 18.6.0, 18.12.0, 18.x, 20.0.0, 20.1.0, 20.x]
node-version: [18.0.0, 18.x, 20.0.0, 20.x, 22.0.0, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Get yarn cache dir
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"*.md"
],
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
},
"dependencies": {
"ansis": "^3.1.0",
Expand Down

0 comments on commit fd0a118

Please sign in to comment.