Skip to content

Commit 4dc411f

Browse files
authored
Update npm-publish.yml
1 parent 362d7a0 commit 4dc411f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 22
19+
- uses: pnpm/action-setup@v4
20+
with:
21+
version: 10
22+
- run: pnpm install
1923
- run: pnpm test
2024
- run: pnpm build
2125

0 commit comments

Comments
 (0)