We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dfb7e0 + 8ebf6bd commit 38c0963Copy full SHA for 38c0963
2 files changed
.github/workflows/node-test.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write
17
strategy:
18
matrix:
19
- node-version: [ 16, 18, 20 ]
+ node-version: [ 20 ]
20
21
name: test
22
steps:
package.json
@@ -27,8 +27,8 @@
27
"eslint": ">=7.0.0"
28
},
29
"engines": {
30
- "node": "^16.0.0",
31
- "npm": "^7.0.0 || ^8.0.0"
+ "node": "^20.0.0",
+ "npm": "^9.0.0"
32
33
"license": "ISC"
34
}
0 commit comments