fix linting & CI setup after removal

This commit is contained in:
Norbert de Langen 2022-10-13 14:25:02 +02:00
parent 359873e71f
commit 86f13c86df
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
2 changed files with 3 additions and 2 deletions

View File

@ -125,7 +125,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 6
parallelism: 5
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'

View File

@ -95,7 +95,8 @@
"jest-specific-snapshot": "^5.0.0",
"tmp": "^0.2.1",
"typescript": "~4.6.3",
"webpack": "5"
"webpack": "5",
"zone.js": "^0.11.0"
},
"peerDependencies": {
"@angular-devkit/architect": ">=0.1300.0",