We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 788cd18 + 226b0b7 commit e5ef9b9Copy full SHA for e5ef9b9
.github/actions/setup/action.yml
@@ -16,11 +16,8 @@ runs:
16
run: echo "auto-install-peers=false" > .npmrc
17
if: inputs.use_pinned_node == 'false'
18
shell: bash
19
- - uses: pnpm/action-setup@v3
+ - uses: pnpm/action-setup@v4
20
name: Install pnpm
21
- with:
22
- version: 8
23
- run_install: false
24
- uses: actions/setup-node@v4
25
with:
26
node-version: 16
.github/workflows/ci.yml
@@ -1,8 +1,5 @@
1
name: CI
2
3
-env:
4
- VOLTA_FEATURE_PNPM: 1
5
-
6
on:
7
workflow_dispatch:
8
schedule:
package.json
@@ -69,5 +69,6 @@
69
"unlabeled": ":question: Unlabeled"
70
},
71
"wildcardLabel": "unlabeled"
72
- }
73
-}
+ },
+ "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
74
+}
0 commit comments