We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c869dad commit 4ff0861Copy full SHA for 4ff0861
.github/workflows/node.js.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
11
if: |
12
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
13
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
package.json
@@ -27,7 +27,7 @@
27
"test": "mocha --timeout 20000"
28
},
29
"engines": {
30
- "node": "16 || 18 || 20",
+ "node": "18 || 20 || 22",
31
"npm": ">=7"
32
}
33
0 commit comments