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 <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed May 28, 2024
1 parent 433bfc8 commit 1a19fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- 19
- 20
- 21
- 22
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"example": "example"
},
"engines": {
"node": "13 || 14 || 16 || 17 || 18 || 19 || 20 || 21"
"node": "13 || 14 || 16 || 17 || 18 || 19 || 20 || 21 || 22"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"homepage": "https://github.com/achrinza/event-pubsub",
"devDependencies": {
"@node-ipc/vanilla-test": "1.4.14",
"@node-ipc/vanilla-test": "1.4.15",
"c8": "^7.6.0",
"copyfiles": "^2.4.0",
"node-http-server": "8.1.3"
},
"dependencies": {
"@achrinza/strong-type": "0.1.13"
"@achrinza/strong-type": "0.1.14"
}
}

0 comments on commit 1a19fdb

Please sign in to comment.