Skip to content

Commit

Permalink
Drop v21 and add support v22
Browse files Browse the repository at this point in the history
  • Loading branch information
timursevimli committed Jun 26, 2024
1 parent db5199c commit 00582c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- 16
- 18
- 20
- 21
- 22
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 3 additions & 3 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
@@ -1,11 +1,11 @@
{
"name": "conqueue",
"version": "0.0.1",
"version": "0.0.2",
"description": "Multifunctional Concurrent Queue",
"main": "queue.js",
"types": "queue.d.ts",
"engines": {
"node": "16 || 18 || 20 || 21"
"node": "16 || 18 || 20 || 22"
},
"readmeFilename": "README.md",
"repository": {
Expand Down

0 comments on commit 00582c6

Please sign in to comment.