Skip to content

Commit 6ebe42e

Browse files
authored
chore: use npm >= 11.6.3 where possible (#6196)
1 parent eaacda8 commit 6ebe42e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
package-lock.json
4242
node-version: ${{ matrix.node_version }}
4343

44-
- run: npm install -g npm@11.6.0
44+
- run: npm install -g npm@latest
4545

4646
- name: Bootstrap
4747
run: npm ci --ignore-scripts

.github/workflows/bundler-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache-dependency-path: |
2121
package-lock.json
2222
node-version: 24
23-
- run: npm install -g npm@11.6.0
23+
- run: npm install -g npm@latest
2424
- name: Install dependencies
2525
run: npm ci --ignore-scripts
2626
- name: Build TypeScript packages

.github/workflows/create-or-update-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: 'npm'
4242
cache-dependency-path: package-lock.json
4343
node-version: 22
44-
- run: npm install -g npm@11.6.0
44+
- run: npm install -g npm@latest
4545

4646
- run: npm ci --ignore-scripts
4747

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix.node_version == '18' ||
4242
matrix.node_version == '20.6.0'
4343
}}
44-
- run: npm install -g npm@11.6.0
44+
- run: npm install -g npm@latest
4545
if: ${{
4646
matrix.node_version == '20' ||
4747
matrix.node_version == '22' ||

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 22
1818

19-
- run: npm install -g npm@11.6.0
19+
- run: npm install -g npm@latest
2020

2121
- name: Bootstrap
2222
run: npm ci --ignore-scripts

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix.node_version == '18' ||
4444
matrix.node_version == '20.6.0'
4545
}}
46-
- run: npm install -g npm@11.6.0
46+
- run: npm install -g npm@latest
4747
if: ${{
4848
matrix.node_version == '20' ||
4949
matrix.node_version == '22' ||
@@ -78,7 +78,7 @@ jobs:
7878
package-lock.json
7979
node-version: '22'
8080

81-
- run: npm install -g npm@11.6.0
81+
- run: npm install -g npm@latest
8282

8383
- name: Bootstrap
8484
run: npm ci --ignore-scripts

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/node"
4747
],
4848
"constraints": {
49-
"npm": "11.6.0"
49+
"npm": ">=11.6.3"
5050
},
5151
"assignees": ["@dyladan", "@legendecas", "@pichlermarc", "@trentm"],
5252
"labels": ["dependencies"],

0 commit comments

Comments
 (0)