We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ddbe7 commit 0f0d471Copy full SHA for 0f0d471
.github/workflows/create-prerelease-sdk.yml
@@ -54,9 +54,16 @@ jobs:
54
fetch-depth: 0
55
persist-credentials: false
56
57
- - uses: actions/setup-node@v4
+ - uses: pnpm/action-setup@v4
58
+ name: Install pnpm
59
with:
- 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'
67
68
- name: Prepare prerelease semantic
69
if: github.ref != 'refs/heads/main'
0 commit comments