Skip to content

Commit 47f26db

Browse files
authored
Bump node version in release workflow (#1753)
OIDC support starts requires npm CLI version 11.5.1 or later, and the workflow was still running an older version of Node.js and npm.
1 parent 76d70f5 commit 47f26db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout latest version of release script
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
ref: main
3434

3535
- name: Setup node.js
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
38-
node-version: 20
38+
node-version: 24
3939
cache: 'npm'
4040

4141
- name: Install dependencies

0 commit comments

Comments
 (0)