Skip to content

Commit c0e074f

Browse files
authored
Merge pull request #496 from DanielFran/node_14.16.0
Update Nodejs version to 14.16.0
2 parents e1ec53b + b6ffc98 commit c0e074f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
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]')"
2727
timeout-minutes: 40
2828
env:
29-
NODE_VERSION: 12.19.0
29+
NODE_VERSION: 14.16.0
3030
SPRING_OUTPUT_ANSI_ENABLED: DETECT
3131
JHI_DISABLE_WEBPACK_LOGS: true
3232
NG_CLI_ANALYTICS: false
3333
steps:
3434
- uses: actions/checkout@v2
3535
- uses: actions/setup-node@v1
3636
with:
37-
node-version: 12.19.0
37+
node-version: 14.16.0
3838
- uses: actions/setup-java@v1
3939
with:
4040
java-version: '11.x'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<!-- Build properties -->
1515
<maven.version>3.3.9</maven.version>
1616
<java.version>11</java.version>
17-
<node.version>v12.16.1</node.version>
18-
<npm.version>6.14.5</npm.version>
17+
<node.version>v14.16.0</node.version>
18+
<npm.version>6.14.11</npm.version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>

0 commit comments

Comments
 (0)