Skip to content

Commit

Permalink
Upgrade Angular 17 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
PABERTHIER authored Jun 18, 2024
2 parents 8a5aeb0 + 8b09a92 commit eccad1a
Show file tree
Hide file tree
Showing 7 changed files with 2,973 additions and 15,921 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'

- name: Display Node.js version
run: node --version
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# AssistMeX

[![CICD](https://github.com/PABERTHIER/AssistMeX/actions/workflows/build.yml/badge.svg)](https://github.com/PABERTHIER/AssistMeX/actions/workflows/build.yml)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.1.
The actual version is now 17.2.2.
The actual version is now 18.0.3.

## What is it ?

Expand Down
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/assist-me-x",
"outputPath": {
"base": "dist/assist-me-x"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -33,7 +34,8 @@
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -52,9 +54,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit eccad1a

Please sign in to comment.