Skip to content

Commit

Permalink
chore!: Angular 16 (#321)
Browse files Browse the repository at this point in the history
* chore: angular 13

* chore: angular 14

* chore: angular 15

* chore: angular 16
  • Loading branch information
FERNman authored Sep 12, 2024
1 parent e51a367 commit d236480
Show file tree
Hide file tree
Showing 16 changed files with 13,532 additions and 13,000 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.15'
node-version: '18.10'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.15'
node-version: '18.10'
cache: 'npm'
- run: npm ci
- run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
commitlint --edit $1
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lint-staged
4 changes: 0 additions & 4 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit d236480

Please sign in to comment.