Skip to content

Commit 55e2e02

Browse files
committed
fix: include pnpm in ci
1 parent 2b146eb commit 55e2e02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
node-version: ${{ env.NODE_JS }}
2525
registry-url: "https://registry.npmjs.org"
2626

27+
- uses: pnpm/action-setup@v4
28+
with:
29+
version: 9
30+
2731
- run: npm install
2832

2933
- run: npm run build

0 commit comments

Comments
 (0)