Skip to content

Commit 4dc2ddd

Browse files
committed
ci: revert setup-node to v5
1 parent a5f119c commit 4dc2ddd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- run: corepack enable
28-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
28+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2929
with:
3030
node-version: latest
31-
registry-url: "https://registry.npmjs.org"
31+
registry-url: "https://registry.npmjs.org/"
32+
cache: "pnpm"
3233

3334
- name: Update npm for trusted publishing
3435
run: npm install -g npm@11.6.0

0 commit comments

Comments
 (0)