Skip to content

Commit

Permalink
ci: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Nov 26, 2024
1 parent ae56c3e commit db482fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
# Install node 18+ for running maven-semantic-release.
- name: Use Node.js 18.X
# Install node 22+ for running maven-semantic-release.
- name: Use Node.js 22.X
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 22
- name: Install maven-semantic-release
# FIXME: Enable cache for node packages (add package.json?)
run: |
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
#
# The git commands get the commit hash of the HEAD commit and the commit just before HEAD.
# Install node 14+ for running maven-semantic-release.
- name: Use Node.js 18.X
- name: Use Node.js 22.X
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 22
- name: Run maven-semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit db482fd

Please sign in to comment.