Skip to content

Commit 65c6ef8

Browse files
committed
chore(ci): upgrading npm for oidc fix
1 parent a1e523b commit 65c6ef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
distribution: 'temurin'
3131
java-version: '17'
3232

33-
- name: Use Node.js 22
33+
- name: Use Node.js 24
3434
uses: actions/setup-node@v5
3535
with:
36-
node-version: '22'
36+
node-version: '24'
3737
registry-url: 'https://registry.npmjs.org'
3838

3939
- name: Install dependencies

0 commit comments

Comments
 (0)