We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9622e79 commit ab2091cCopy full SHA for ab2091c
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Setup nodejs
20
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
21
with:
22
node-version: lts/*
23
@@ -37,7 +37,7 @@ jobs:
37
token: ${{ steps.token.outputs.token }}
38
39
40
41
42
node-version: 24.x
43
0 commit comments