Skip to content

Commit

Permalink
Update Nodejs version to 14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Mar 13, 2021
1 parent e1ec53b commit b6ffc98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ 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.19.0
NODE_VERSION: 14.16.0
SPRING_OUTPUT_ANSI_ENABLED: DETECT
JHI_DISABLE_WEBPACK_LOGS: true
NG_CLI_ANALYTICS: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.19.0
node-version: 14.16.0
- uses: actions/setup-java@v1
with:
java-version: '11.x'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<!-- Build properties -->
<maven.version>3.3.9</maven.version>
<java.version>11</java.version>
<node.version>v12.16.1</node.version>
<npm.version>6.14.5</npm.version>
<node.version>v14.16.0</node.version>
<npm.version>6.14.11</npm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
Expand Down

0 comments on commit b6ffc98

Please sign in to comment.