Skip to content

Commit 451d0d0

Browse files
committed
Corrections to work with angular 13 (#84)
1 parent 8b0386e commit 451d0d0

File tree

3 files changed

+7482
-11609
lines changed

3 files changed

+7482
-11609
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: 'cimg/node:lts-browsers'
5+
- image: 'circleci/node:16-browsers'
66
steps:
77
- checkout
88
# Download and cache dependencies
@@ -22,7 +22,7 @@ jobs:
2222

2323
test-single-app:
2424
docker:
25-
- image: 'cimg/node:lts-browsers'
25+
- image: 'circleci/node:16-browsers'
2626
steps:
2727
- checkout
2828
# Download and cache dependencies
@@ -37,7 +37,7 @@ jobs:
3737

3838
test-workspace-app-lib:
3939
docker:
40-
- image: 'cimg/node:lts-browsers'
40+
- image: 'circleci/node:16-browsers'
4141
steps:
4242
- checkout
4343
# Download and cache dependencies

0 commit comments

Comments
 (0)