Skip to content

Commit b825952

Browse files
committed
Fix builds
1 parent fb945c7 commit b825952

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
with:
9393
node-version: ${{matrix.nodeversion}}
9494
registry-url: ${{env.NPM_REGISTRY_URL}}
95+
- uses: pnpm/action-setup@v4
96+
name: Install pnpm
97+
with:
98+
run_install: false
9599
- name: Setup DotNet
96100
uses: actions/setup-dotnet@v1
97101
with:

0 commit comments

Comments
 (0)