Skip to content

Commit

Permalink
Update ng 17 (#110)
Browse files Browse the repository at this point in the history
* chore: 🤖 v16

* feat: 🎸 update to ng17

BREAKING CHANGE: peer deps are now angular 17
  • Loading branch information
NetanelBasal committed Nov 28, 2023
1 parent a4455b2 commit 9d6eb1c
Show file tree
Hide file tree
Showing 11 changed files with 45,070 additions and 27,818 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- name: Npm install
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm i

- name: Run build
- name: Run build lib
run: npm run build:lib

- name: Run build playground
run: npm run build
test:
runs-on: ubuntu-latest

Expand All @@ -30,7 +33,7 @@ jobs:
- name: Npm install
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm i

Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "error-tailor-playground:build"
"buildTarget": "error-tailor-playground:build"
},
"configurations": {
"production": {
"browserTarget": "error-tailor-playground:build:production"
"buildTarget": "error-tailor-playground:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "error-tailor-playground:build"
"buildTarget": "error-tailor-playground:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 9d6eb1c

Please sign in to comment.