Skip to content

Commit

Permalink
revert angular cli update
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Dec 6, 2023
1 parent 8887b1a commit 7f873d2
Show file tree
Hide file tree
Showing 5 changed files with 3,144 additions and 2,711 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install -g @angular/cli@1.7.4
npm install -g @angular/cli@1.4.10
cd sdk
npm install
npm run test:ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install -g @angular/cli@1.7.4
npm install -g @angular/cli@1.4.10
cd sdk
npm install
npm run test
Expand All @@ -44,7 +44,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: npm publish
run: |
npm install -g @angular/cli@1.7.4
npm install -g @angular/cli@1.4.10
cd sdk
npm install
npm run build
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SDK development

SDK is build in angular 4 for forward compatibilty and `ng-packagr` is used to create final package. Make sure `@angular/cli` is at `v1.7.4` and node ver `14.x` before building the package.
SDK is build in angular 4 for forward compatibilty and `ng-packagr` is used to create final package. Make sure `@angular/cli` is at `v1.4.10` and node ver `14.x` before building the package.

## Building package

Expand Down
Loading

0 comments on commit 7f873d2

Please sign in to comment.