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 ea51289 commit 0e7eb1f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:

runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
node_version: [12.16.1]
node_version: [14.16.0]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-integration-jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [12.16.1]
node_version: [14.16.0]
os: [ubuntu-latest]
app-type:
- jwt-with-angular-app
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: ./test-integration/scripts/04-generate-entities-sample.sh $JHI_APP $JHI_ARG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: 'RUN CLIENT UNIT TESTS of generated app'
run: ./test-integration/scripts/05-run-generated-client-tests-of-sample.sh $JHI_APP $JHI_ARG
- name: 'RUN SERVER UNIT TESTS of generated app'
Expand All @@ -71,4 +71,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: 'VERIFY FORMAT'
run: ./test-integration/scripts/08-verify-format.sh $JHI_APP

6 changes: 3 additions & 3 deletions .github/workflows/test-integration-microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [12.16.1]
node_version: [14.16.0]
os: [ubuntu-latest]
app-type:
- microservice-app
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./test-integration/scripts/04-generate-entities-sample.sh $JHI_APP $JHI_ARG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: 'RUN SERVER UNIT TESTS of generated app'
run: ./test-integration/scripts/06-run-generated-server-tests-of-sample.sh $JHI_APP
- name: 'RUN SONAR ANALYZE on generated app'
Expand All @@ -53,4 +53,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: 'VERIFY FORMAT'
run: ./test-integration/scripts/08-verify-format.sh $JHI_APP

6 changes: 3 additions & 3 deletions .github/workflows/test-integration-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [12.16.1]
node_version: [14.16.0]
os: [ubuntu-latest]
app-type:
- oauth-with-angular-app
Expand Down Expand Up @@ -48,9 +48,9 @@ jobs:
- name: PREPARE jhipster env
run: sudo ./test-integration/scripts/00-install-all-jhipster.sh
- name: 'GENERATE JHipster.NET app'
run: ./test-integration/scripts/02-generate-app-sample.sh $JHI_APP $JHI_ARG
run: ./test-integration/scripts/02-generate-app-sample.sh $JHI_APP $JHI_ARG
- name: 'INSTALL AND BUILD DEPENDENCIES of generated app'
run: ./test-integration/scripts/03-install-dependencies-app-sample.sh $JHI_APP
run: ./test-integration/scripts/03-install-dependencies-app-sample.sh $JHI_APP
- name: 'GENERATE JHipster.NET entities'
run: ./test-integration/scripts/04-generate-entities-sample.sh $JHI_APP $JHI_ARG
- name: 'RUN CLIENT UNIT TESTS of generated app'
Expand Down

0 comments on commit 0e7eb1f

Please sign in to comment.