We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f119c commit 4dc2dddCopy full SHA for 4dc2ddd
.github/workflows/release.yml
@@ -25,10 +25,11 @@ jobs:
25
with:
26
fetch-depth: 0
27
- run: corepack enable
28
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
29
30
node-version: latest
31
- registry-url: "https://registry.npmjs.org"
+ registry-url: "https://registry.npmjs.org/"
32
+ cache: "pnpm"
33
34
- name: Update npm for trusted publishing
35
run: npm install -g npm@11.6.0
0 commit comments