Skip to content

Commit 75a3d52

Browse files
authored
Merge pull request #76 from qld-gov-au/QGDS-3-npm-release-manual-increment
chore(npm): Update workflow with NPM version patch
2 parents 2a72bf0 + 126a19b commit 75a3d52

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npmjsPackage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ jobs:
120120

121121
# Ensure npm 11.5.1 or later is installed
122122
- name: Update npm
123-
run: npm install -g "npm@11.11.0"
123+
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
124127
125128
- run: npm ci
126129

0 commit comments

Comments
 (0)