We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a7ad2 commit a9cd8bfCopy full SHA for a9cd8bf
.github/workflows/release.yml
@@ -15,9 +15,9 @@ jobs:
15
fetch-depth: 0
16
17
- name: Install PNPM
18
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
19
with:
20
- version: 7
+ version: 8.6.2
21
run_install: false
22
23
- name: Install Node.js
.npmrc
@@ -1,3 +1,4 @@
1
enable-pre-post-scripts=true
2
+auto-install-peers=true
3
4
@prevwong:registry=https://npm.pkg.github.com
0 commit comments