Skip to content

Commit

Permalink
Supporting Node 22 (#140)
Browse files Browse the repository at this point in the history
* Allowing Node 22

* Testing against Node 22

* Changelog: 1.1.0
  • Loading branch information
RobinTail authored Apr 24, 2024
1 parent 6c2036f commit 711a1f7
Show file tree
Hide file tree
Showing 3 changed files with 6 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.0.0, 18.x, 20.0.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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 1

### v1.1.0

- Supporting Node 22.

### v1.0.0

- First production-ready release having stable public API.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"*.md"
],
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
},
"author": {
"name": "Anna Bocharova",
Expand Down

0 comments on commit 711a1f7

Please sign in to comment.