Skip to content

Commit 0f0d471

Browse files
committed
chore: add pnpm to build env
1 parent b1ddbe7 commit 0f0d471

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/create-prerelease-sdk.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,16 @@ jobs:
5454
fetch-depth: 0
5555
persist-credentials: false
5656

57-
- uses: actions/setup-node@v4
57+
- uses: pnpm/action-setup@v4
58+
name: Install pnpm
5859
with:
59-
node-version: "lts/*"
60+
run_install: false
61+
62+
- name: Install Node.js
63+
uses: actions/setup-node@v4
64+
with:
65+
node-version: 20
66+
cache: 'pnpm'
6067

6168
- name: Prepare prerelease semantic
6269
if: github.ref != 'refs/heads/main'

0 commit comments

Comments
 (0)