Skip to content

Commit f0df57c

Browse files
committed
chore: support Node.js v22
see: #61 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 5d6c3dd commit f0df57c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- 19
3434
- 20
3535
- 21
36+
- 22
3637
steps:
3738
- uses: actions/checkout@v2
3839
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"example": "example"
88
},
99
"engines": {
10-
"node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
10+
"node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22"
1111
},
1212
"dependencies": {
1313
"@node-ipc/js-queue": "2.0.3",

0 commit comments

Comments
 (0)