Skip to content

Commit

Permalink
feat: bump deps to support angular v15
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
mhartington and jonz94 committed Feb 15, 2023
1 parent c71da0e commit e7fdfd8
Show file tree
Hide file tree
Showing 21 changed files with 3,287 additions and 18,301 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- name: Configure Identity
run: |
git config user.name github-actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node:
- 14.x
- 18.x
steps:
- uses: actions/setup-node@v1
with:
Expand All @@ -27,6 +27,6 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
- run: npm install
- run: npm ci
- run: npm run bootstrap
- run: npm run lint
Loading

0 comments on commit e7fdfd8

Please sign in to comment.