Skip to content

Commit

Permalink
Feat: Migration Angular 15 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaine committed Jan 16, 2023
1 parent 35765cc commit 6e746c8
Show file tree
Hide file tree
Showing 30 changed files with 7,585 additions and 27,271 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1 #this installs node and npm for us
with:
node-version: '14.x'
node-version: '18.x'

- uses: actions/cache@v1 # this allows for re-using node_modules caching, making builds a bit faster.
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1 #this installs node and npm for us
with:
node-version: '10.x'
node-version: '18.x'

- uses: actions/cache@v1 # this allows for re-using node_modules caching, making builds a bit faster.
with:
Expand Down
2 changes: 0 additions & 2 deletions front/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down Expand Up @@ -161,7 +160,6 @@
}
}
},
"defaultProject": "fabrique-chatbot-front",
"cli": {
"analytics": false
}
Expand Down
Loading

0 comments on commit 6e746c8

Please sign in to comment.