We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38b0a commit b588256Copy full SHA for b588256
.github/workflows/check.yaml
@@ -29,6 +29,9 @@ jobs:
29
node-version-file: .nvmrc
30
package-manager-cache: false
31
32
+ - name: Upgrade npm
33
+ run: npm install -g npm@11
34
+
35
- name: Setup pnpm
36
run: corepack enable
37
.github/workflows/integration-tests.yaml
@@ -51,6 +51,9 @@ jobs:
51
52
cache: pnpm
53
54
55
56
57
- name: Disable pre post scripts for pnpm
58
shell: bash
59
run: pnpm config set enablePrePostScripts false
.github/workflows/release.yaml
@@ -33,6 +33,9 @@ jobs:
registry-url: https://registry.npmjs.org
38
39
40
41
0 commit comments