Skip to content

Commit

Permalink
ci: update pipeline with new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Aug 22, 2021
1 parent dcc10d2 commit 663efd7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: '@ngworker/lumberjack CI'

env:
# Must match the Angular version in `package.json`
ANGULAR_CURRENT: 11.2.x
ANGULAR_CURRENT: 12.2.x
# The latest Node.js version compatible with the Angular version listed in `package.json`
NODE_CURRENT: 12.x
NODE_CURRENT: 14.x
NODE_OPTIONS: --max_old_space_size=6144

on:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
angular-version: [9.0.x, 9.1.x, 10.0.x, 10.1.x, 10.2.x, 11.0.x, 11.1.x, 11.2.x]
include:
- node-version: 14.x
angular-version: 12.0.x
angular-version: [12.0.x, 12.1.x, 12.2.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- node-version: 12.x
angular-version: 12.0.x
- node-version: 14.x
angular-version: 12.0.x
angular-version: [12.0.x, 12.1.x, 12.2.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -155,6 +155,7 @@ jobs:
- if: matrix.angular-version == '9.0.x' || matrix.angular-version == '9.1.x'
run: yarn delete-commonjs-allowlist

- if: matrix.node-version != '10.0.x'
- run: yarn test:ci
- run: yarn build

Expand Down

0 comments on commit 663efd7

Please sign in to comment.