Skip to content

Commit d1e0074

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ jobs:
113113
node-version: ${{ env.NODE_JS }}
114114
registry-url: "https://registry.npmjs.org"
115115

116+
- uses: pnpm/action-setup@v4
117+
if: ${{ steps.release.outputs.releases_created }}
118+
with:
119+
version: 9
120+
116121
- run: npm install
117122
if: ${{ steps.release.outputs.releases_created }}
118123

.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)