Skip to content

Commit b638049

Browse files
Pin npm version to fix a bug with 11.12.0 (#707)
1 parent 3697677 commit b638049

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/code-style.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
- uses: actions/setup-node@v6
1212
with:
1313
node-version-file: .nvmrc
14-
# Ensure npm 11.5.1 or later is installed
15-
- name: Update npm
16-
run: npm install -g npm@latest
1714
- name: Install dependencies
1815
run: npm ci
1916
- name: Run code style checks

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"engines": {
3636
"node": "^24",
37-
"npm": "^11.6.1"
37+
"npm": "^11.6.1, <11.6.3 || ^11.6.4, <11.12.0"
3838
}
3939
}

0 commit comments

Comments
 (0)