Skip to content

Commit 4ff0861

Browse files
committed
node 22
1 parent c869dad commit 4ff0861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [16.x, 18.x, 20.x]
10+
node-version: [18.x, 20.x, 22.x]
1111
if: |
1212
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
1313
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "mocha --timeout 20000"
2828
},
2929
"engines": {
30-
"node": "16 || 18 || 20",
30+
"node": "18 || 20 || 22",
3131
"npm": ">=7"
3232
}
3333
}

0 commit comments

Comments
 (0)