Skip to content

Commit

Permalink
Corrections to work with angular 13 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuchard committed Dec 14, 2021
1 parent 8b0386e commit 451d0d0
Show file tree
Hide file tree
Showing 3 changed files with 7,482 additions and 11,609 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'cimg/node:lts-browsers'
- image: 'circleci/node:16-browsers'
steps:
- checkout
# Download and cache dependencies
Expand All @@ -22,7 +22,7 @@ jobs:

test-single-app:
docker:
- image: 'cimg/node:lts-browsers'
- image: 'circleci/node:16-browsers'
steps:
- checkout
# Download and cache dependencies
Expand All @@ -37,7 +37,7 @@ jobs:

test-workspace-app-lib:
docker:
- image: 'cimg/node:lts-browsers'
- image: 'circleci/node:16-browsers'
steps:
- checkout
# Download and cache dependencies
Expand Down
Loading

0 comments on commit 451d0d0

Please sign in to comment.