Skip to content

Commit

Permalink
Merge pull request #283 from DanielFran/node_14.16.0
Browse files Browse the repository at this point in the history
Update Nodejs version to 14.16.0
  • Loading branch information
DanielFran authored Mar 13, 2021
2 parents 825a0b0 + c1a4817 commit fc21da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.title, '[skip ci]') && !contains(github.event.pull_request.title, '[ci skip]')"
timeout-minutes: 40
env:
NODE_VERSION: 12.17.0
NODE_VERSION: 14.16.0
SPRING_OUTPUT_ANSI_ENABLED: DETECT
SPRING_JPA_SHOW_SQL: false
JHI_DISABLE_WEBPACK_LOGS: true
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.17.0
node-version: 14.16.0

- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit fc21da8

Please sign in to comment.