Skip to content

Commit b0c6fab

Browse files
authored
1 parent 8110127 commit b0c6fab

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@latest
44+
- run: npm install -g npm@11.6.0
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@latest
23+
- run: npm install -g npm@11.6.0
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@latest
44+
- run: npm install -g npm@11.6.0
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
@@ -40,7 +40,7 @@ jobs:
4040
matrix.node_version == '18' ||
4141
matrix.node_version == '20.6.0'
4242
}}
43-
- run: npm install -g npm@latest
43+
- run: npm install -g npm@11.6.0
4444
if: ${{
4545
matrix.node_version == '20' ||
4646
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@latest
19+
- run: npm install -g npm@11.6.0
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
@@ -42,7 +42,7 @@ jobs:
4242
matrix.node_version == '18' ||
4343
matrix.node_version == '20.6.0'
4444
}}
45-
- run: npm install -g npm@latest
45+
- run: npm install -g npm@11.6.0
4646
if: ${{
4747
matrix.node_version == '20' ||
4848
matrix.node_version == '22' ||
@@ -83,7 +83,7 @@ jobs:
8383
package-lock.json
8484
node-version: '22'
8585

86-
- run: npm install -g npm@latest
86+
- run: npm install -g npm@11.6.0
8787

8888
- name: Bootstrap
8989
run: npm ci --ignore-scripts

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/node"
4343
],
4444
"constraints": {
45-
"npm": ">10.8.0"
45+
"npm": "11.6.0"
4646
},
4747
"assignees": ["@dyladan", "@legendecas", "@pichlermarc", "@trentm"],
4848
"labels": ["dependencies"],

0 commit comments

Comments
 (0)