Skip to content

Commit

Permalink
fix/update-ionic-angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Damilola Debel authored and Damilola Debel committed Jan 29, 2024
1 parent a04edf1 commit 368d02e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ build_ios:
- echo "$IOS_BUILD_JSON" > build.json
script:
- export DEVELOPER_DIR=$XCODE_PATH
- nvm use 16.19.1
- nvm use 20
- yarn install --frozen-lockfile
- yarn prepare-prod-build
- yarn apply-diagnostic-modules # manually remove unused cordova-diagnostic-plugin modules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.19.1
FROM node:20

# See https://crbug.com/795759
RUN apt-get update && apt-get install -yq libgconf-2-4 bzip2 build-essential libxtst6
Expand Down
7 changes: 2 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@
"production": {
"buildTarget": "app:build:production"
},
"ci": {
}
"ci": {}
}
},
"extract-i18n": {
Expand Down Expand Up @@ -191,9 +190,7 @@
},
"cli": {
"analytics": false,
"schematicCollections": [
"@ionic/angular-toolkit"
]
"schematicCollections": ["@ionic/angular-toolkit"]
},
"schematics": {
"@ionic/angular-toolkit:component": {
Expand Down

0 comments on commit 368d02e

Please sign in to comment.