We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a214c2c commit d071721Copy full SHA for d071721
1 file changed
.github/workflows/publish-libraries.yml
@@ -208,11 +208,8 @@ jobs:
208
id-token: write
209
210
steps:
211
- - name: Check out ${{ github.repository }}
212
- uses: actions/checkout@v4
213
-
214
- name: Setup Node.js
215
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
216
with:
217
node-version: '24'
218
registry-url: 'https://registry.npmjs.org'
@@ -258,6 +255,8 @@ jobs:
258
255
rm -rf "$tmp_dir"
259
256
done
260
257
shell: bash
+ env:
+ NODE_AUTH_TOKEN: '' # workaround for https://github.com/actions/setup-node/issues/1440
261
262
- name: Update Artifactory Cache
263
run: gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="gateway-client"
0 commit comments