There was an error while loading. Please reload this page.
1 parent 534763e commit 328cdc1Copy full SHA for 328cdc1
1 file changed
.github/workflows/release.yml
@@ -29,13 +29,9 @@ jobs:
29
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
30
with:
31
fetch-depth: 0
32
- - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
+ - uses: shop/setup-javascript-action@main
33
34
- version: 10.28.0
35
- - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36
- with:
37
- node-version: 24
38
- cache: pnpm
+ node-version: '24'
39
- run: pnpm install --frozen-lockfile
40
- uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
41
0 commit comments