We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d1759 commit 3464f73Copy full SHA for 3464f73
.github/workflows/applications.yml
@@ -47,8 +47,8 @@ jobs:
47
- name: Set Legacy-peer-deps=true
48
run: npm config set legacy-peer-deps true
49
50
- - name: Install Angular CLI v17 LTS
51
- run: npm install -g @angular/cli@17-lts
+ - name: Install Angular CLI v17
+ run: npm install -g @angular/cli@17
52
53
- name: Create ${{ matrix.APPROACH }} application
54
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
0 commit comments