Try setting up node before the checkout.
This commit is contained in:
parent
c8d2782dd3
commit
898f777524
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ jobs:
|
|||
container:
|
||||
image: maven:3.9-eclipse-temurin-25
|
||||
steps:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
- node-version: '24'
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
- name: Run maven build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue