We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b05d2 commit df628f7Copy full SHA for df628f7
1 file changed
.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
121
git pull origin main || true
122
123
- name: Setup Node.js
124
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
125
with:
126
node-version: '22'
127
registry-url: 'https://registry.npmjs.org'
@@ -183,7 +183,7 @@ jobs:
183
done
184
185
186
187
188
189
0 commit comments