Skip to content

Commit e7fdfd8

Browse files
mhartingtonjonz94
andcommitted
feat: bump deps to support angular v15
* chore(): remove dsstore * refactor(schematics): extend from @schematics/angular at top level * refactor(): rework component schematics * feat: bump deps to support angular v15 BREAKING CHANGE: Apps will need to update to Angular 15 in order to support this version Closes #481, Closes #477, Closes #482 * chore(ci): update CI script * chore(): update cicd scripts --------- Co-authored-by: jonz94 <jody16888@gmail.com>
1 parent c71da0e commit e7fdfd8

21 files changed

+3287
-18301
lines changed

.DS_Store

-8 KB
Binary file not shown.

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@v2
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
- name: Configure Identity
2020
run: |
2121
git config user.name github-actions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
node:
19-
- 14.x
19+
- 18.x
2020
steps:
2121
- uses: actions/setup-node@v1
2222
with:
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
30-
- run: npm install
30+
- run: npm ci
3131
- run: npm run bootstrap
3232
- run: npm run lint

0 commit comments

Comments
 (0)