Skip to content

Commit

Permalink
chore: support Node.js v22
Browse files Browse the repository at this point in the history
see: achrinza/node-ipc#61
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed May 28, 2024
1 parent 33c715e commit ffee233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- 18
- 19
- 20
- 21
- 21
- 22
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/node-ipc/vanilla-test.git"
},
"dependencies": {
"@achrinza/strong-type": "1.1.7",
"@achrinza/strong-type": "1.1.9",
"ansi-colors-es6": "5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ffee233

Please sign in to comment.