Skip to content

Commit fb97e1f

Browse files
committed
fix oidc npm publishing
1 parent 8f48a5e commit fb97e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
distribution: 'temurin'
3131
cache: maven
3232
- name: Set up Node
33-
uses: actions/setup-node@v2
33+
uses: actions/setup-node@v4
3434
with:
35-
node-version: '16.x'
35+
node-version: '20.x'
3636
registry-url: 'https://registry.npmjs.org'
3737
- name: Install PHP
3838
run: |

0 commit comments

Comments
 (0)