Skip to content

Commit

Permalink
chore: support Node.js v22
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed May 28, 2024
1 parent 97221d7 commit 6f72cd7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 46 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- 19
- 20
- 21
- 22
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"access": "public"
},
"engines": {
"node": "14 || 16 || 17 || 18 || 19 || 20 || 21"
"node": "14 || 16 || 17 || 18 || 19 || 20 || 22"
},
"dependencies": {
"@achrinza/event-pubsub": "5.0.9",
"@achrinza/strong-type": "1.1.8",
"@achrinza/event-pubsub": "5.0.11",
"@achrinza/strong-type": "1.1.20",
"@node-ipc/js-queue": "2.0.3",
"js-message": "1.0.7"
},
"devDependencies": {
"@node-ipc/vanilla-test": "1.4.14",
"@node-ipc/vanilla-test": "1.4.15",
"c8": "^7.7.3",
"esbuild": "^0.12.28",
"lcov2badge": "^0.1.2",
Expand Down

0 comments on commit 6f72cd7

Please sign in to comment.