Skip to content

Commit

Permalink
feat(node 22 support): adding support for Node 22 (#58)
Browse files Browse the repository at this point in the history
adding support for Node 22
  • Loading branch information
dlubac authored Sep 21, 2024
1 parent 8ca9b46 commit a70b4aa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
node-version: [18.x,20.x]
node-version: [18.x,20.x,22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"types": "src/index.d.ts",
"engines": {
"node": ">=16 <=20"
"node": ">=16 <=22"
},
"repository": "https://github.com/Foo-Foo-MQ/foo-foo-mq",
"scripts": {
Expand Down Expand Up @@ -117,4 +117,4 @@
"sortBy"
]
}
}
}

0 comments on commit a70b4aa

Please sign in to comment.