Skip to content

Commit b588256

Browse files
authored
CI: Upgrade npm (#210)
1 parent ba38b0a commit b588256

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
node-version-file: .nvmrc
3030
package-manager-cache: false
3131

32+
- name: Upgrade npm
33+
run: npm install -g npm@11
34+
3235
- name: Setup pnpm
3336
run: corepack enable
3437

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
node-version-file: .nvmrc
5252
cache: pnpm
5353

54+
- name: Upgrade npm
55+
run: npm install -g npm@11
56+
5457
- name: Disable pre post scripts for pnpm
5558
shell: bash
5659
run: pnpm config set enablePrePostScripts false

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
package-manager-cache: false
3434
registry-url: https://registry.npmjs.org
3535

36+
- name: Upgrade npm
37+
run: npm install -g npm@11
38+
3639
- name: Setup pnpm
3740
run: corepack enable
3841

0 commit comments

Comments
 (0)