Skip to content

Commit

Permalink
upgrade dependencies II
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sc committed Dec 9, 2022
1 parent fff5f85 commit d9162a9
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 781 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
angular-version: [13.1.4, 14.0.2, v15.0.0-rc.0]
angular-version: [13.1.4, 14.0.2, v15.0.3]
exclude:
- node-version: 12.x
angular-version: 14.0.2
- node-version: 12.x
angular-version: v15.0.0-rc.0
angular-version: v15.0.3
include:
- angular-version: 13.1.4
devkit-version: 0.1301.4
- angular-version: 14.0.2
devkit-version: 0.1400.2
- angular-version: v15.0.0-rc.0
devkit-version: 0.1500.0-rc.0
- angular-version: v15.0.3
devkit-version: 0.1500.3

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit d9162a9

Please sign in to comment.