There was an error while loading. Please reload this page.
2 parents 2a72bf0 + 126a19b commit 75a3d52Copy full SHA for 75a3d52
1 file changed
.github/workflows/npmjsPackage.yml
@@ -120,7 +120,10 @@ jobs:
120
121
# Ensure npm 11.5.1 or later is installed
122
- name: Update npm
123
- run: npm install -g "npm@11.11.0"
+ run: |
124
+ echo "installing via incremental upgrade to use latest npm in node 22 (not required in node 24+)"
125
+ npm install -g npm@~11.10.0
126
+ npm install -g npm@latest
127
128
- run: npm ci
129
0 commit comments