Skip to content

Commit 69865b4

Browse files
Pin npm to version to prevent npm issues from breaking the build
See <nodejs/node#62425 (comment)>
1 parent ea23cbc commit 69865b4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ on: [ pull_request ]
3939
env:
4040
NODE_ACTIVE_LTS_VERSION: 24
4141
NODE_PREVIOUS_LTS_VERSION: 22
42-
NPM_VERSION: 11
42+
# Pin npm version to prevent npm issues from breaking the build
43+
# See <https://github.com/nodejs/node/issues/62425#issuecomment-4200715930>
44+
NPM_VERSION: 11.11.0
4345

4446
jobs:
4547
build_on_node_previous_lts:

‎package-lock.json‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)