We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53b80f commit 8b8e894Copy full SHA for 8b8e894
2 files changed
.github/workflows/node-build.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
path: ${{ env.APP_NAME }}
40
fallbackNode: "^20"
41
- fallbackNpm: "^9"
+ fallbackNpm: "^10"
42
43
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
44
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v3
package.json
@@ -67,7 +67,7 @@
67
"stylelint-webpack-plugin": "^5.0.1"
68
},
69
"engines": {
70
- "node": "^16.0.0",
71
- "npm": "^7.0.0 || ^8.0.0"
+ "node": "^20.0.0",
+ "npm": "^10.0.0"
72
}
73
0 commit comments