Skip to content

Commit a9cd8bf

Browse files
committed
chore: update release.yml
1 parent 43a7ad2 commit a9cd8bf

File tree

3 files changed

+64
-127
lines changed

3 files changed

+64
-127
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install PNPM
18-
uses: pnpm/action-setup@v2
18+
uses: pnpm/action-setup@v4
1919
with:
20-
version: 7
20+
version: 8.6.2
2121
run_install: false
2222

2323
- name: Install Node.js

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
enable-pre-post-scripts=true
2+
auto-install-peers=true
23

34
@prevwong:registry=https://npm.pkg.github.com

0 commit comments

Comments
 (0)