Skip to content

Commit 711a1f7

Browse files
authored
Supporting Node 22 (#140)
* Allowing Node 22 * Testing against Node 22 * Changelog: 1.1.0
1 parent 6c2036f commit 711a1f7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18.0.0, 18.x, 20.0.0, 20.x]
17+
node-version: [18.0.0, 18.x, 20.0.0, 20.x, 22.0.0, 22.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919
steps:
2020
- name: Get yarn cache dir

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version 1
44

5+
### v1.1.0
6+
7+
- Supporting Node 22.
8+
59
### v1.0.0
610

711
- First production-ready release having stable public API.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"*.md"
2424
],
2525
"engines": {
26-
"node": "^18.0.0 || ^20.0.0"
26+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
2727
},
2828
"author": {
2929
"name": "Anna Bocharova",

0 commit comments

Comments
 (0)