Skip to content

Commit 328cdc1

Browse files
committed
Update ci.yml
1 parent 534763e commit 328cdc1

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ jobs:
2929
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3030
with:
3131
fetch-depth: 0
32-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
32+
- uses: shop/setup-javascript-action@main
3333
with:
34-
version: 10.28.0
35-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36-
with:
37-
node-version: 24
38-
cache: pnpm
34+
node-version: '24'
3935
- run: pnpm install --frozen-lockfile
4036
- uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
4137
with:

0 commit comments

Comments
 (0)