Skip to content

Commit 13c6c67

Browse files
authored
Merge pull request #24 from Arvin7/Arvin7-patch-1
Update npm-publish.yml
2 parents 362d7a0 + 4dc411f commit 13c6c67

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)