Skip to content

Commit 209885b

Browse files
fix: add pnpm setup to publish-to-npm job (#1009)
1 parent 548b29f commit 209885b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
steps:
6868
- name: Check out code
6969
uses: actions/checkout@v3
70-
70+
- uses: pnpm/action-setup@v4.0.0
71+
with:
72+
version: 6.32.2
7173
- name: Setup Node.js environment
7274
uses: actions/setup-node@v3
7375
with:

0 commit comments

Comments
 (0)