Skip to content

Commit 2b216fd

Browse files
authored
Fix pnpm version
1 parent 1d7e755 commit 2b216fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4.0.0
23+
with:
24+
version: latest
2325
- run: pnpm install
2426
- run: npm build

0 commit comments

Comments
 (0)