Skip to content

Commit

Permalink
[skip release] - Update template-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Feb 20, 2024
1 parent 4f6dd53 commit 9aa67d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Setup Node.js
uses: actions/setup-node@v2
#uses: actions/setup-node@v2
#with:
# node-version: 'lts/*'
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
node-version: 20.x
- name: Build with Maven
run: mvn -B package -DskipTests --file SpringBoot/Konex/pom.xml
- name: setup semantic-release
Expand Down

0 comments on commit 9aa67d9

Please sign in to comment.