Skip to content

Commit

Permalink
refactor(maven.yml): Bumped node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Beer authored and Robin Beer committed Aug 21, 2023
1 parent dc9cd50 commit 9ff75cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 14+ for running maven-semantic-release.
- name: Use Node.js 14.x
# Install node 18+ for running maven-semantic-release.
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Install maven-semantic-release
# FIXME: Enable cache for node packages (add package.json?)
run: |
Expand Down

0 comments on commit 9ff75cc

Please sign in to comment.