Skip to content

Commit

Permalink
fix: use specific @angular/cli@12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerke committed Jun 13, 2024
1 parent 31e765e commit aaf1d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
npm ci
npm uninstall -g @angular/cli
npm install -g @angular/cli
npm install -g @angular/cli@12
- name: Set Version
run: sed -i "s/\[ci-version\]/${GITHUB_REF##*/}-$BUILD_NUMBER/g" ./version.ts
- name: Build Library
Expand Down

0 comments on commit aaf1d28

Please sign in to comment.