Skip to content

Commit

Permalink
Upgrade to Angular 17 (#1025)
Browse files Browse the repository at this point in the history
* chore: latest version compatibility

* migrated to 14

* migrated to 15

* migrated to 16

* migrated to 16

* migrated to 17

* feat: angular 17

* update node version

* update node version

* cleanup

* fix: node actions in workflow

* netlify: node version

* cleanup
  • Loading branch information
surya-pabbineedi authored Feb 5, 2024
1 parent fad2738 commit 223554c
Show file tree
Hide file tree
Showing 92 changed files with 17,403 additions and 34,298 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build, Test, and Deploy

env:
NODE_LATEST: 16.x
NODE_LATEST: 18.x
NODE_OPTIONS: --max_old_space_size=6144

on: [push]
Expand All @@ -12,9 +12,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ env.NODE_LATEST }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_LATEST }}

Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ Thumbs.db

# Cypress files
cypress/videos
cypress/screenshots
cypress/screenshots

.angular/*
.nx/*
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.19.0
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-ui:build"
"buildTarget": "ngx-ui:build"
}
},
"test": {
Expand Down Expand Up @@ -165,7 +165,6 @@
}
}
},
"defaultProject": "ngx-ui",
"cli": {
"analytics": false
}
Expand Down
Loading

0 comments on commit 223554c

Please sign in to comment.