Skip to content

Commit

Permalink
Merge pull request #882 from mraible/node-16
Browse files Browse the repository at this point in the history
Use Node 16 for GitHub Actions
  • Loading branch information
Matt Raible authored Aug 31, 2022
2 parents be08de7 + 71a8a5d commit 591b06b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [14.x]
node_version: [16.x]
app_type:
- JwtDtoWebsocketsApp
- OauthFlickrApp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [14.x]
node_version: [16.x]
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ concurrency:
jobs:
generate:
name: e2e-${{ matrix.app_type }}-${{ matrix.jhipster_version }}
runs-on: macos-10.15
runs-on: macos-11
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]') && !contains(github.event.ref_type, '[tag]')"
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
jhipster_version: [7]
node_version: [14.x]
node_version: [16.x]
app_type:
- JwtDtoApp
- JwtWebsocketsApp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
jhipster_version: [7]
node_version: [14.15.0]
node_version: [16.17.0]
os: [ubuntu-latest]
env:
SCRIPT_DIR: ./generator-jhipster-react-native/test/scripts
Expand Down

0 comments on commit 591b06b

Please sign in to comment.