Skip to content

Commit 30789bb

Browse files
committed
Moving to older setup-node ver with better OIDC supp
1 parent 25b6cee commit 30789bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
submodules: recursive
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v5
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: '22'
3030
registry-url: 'https://registry.npmjs.org'
31+
token: ${{ secrets.GITHUB_TOKEN }}
3132

3233
- name: Set version from tag or input
3334
run: |

0 commit comments

Comments
 (0)