Skip to content

Commit 3464f73

Browse files
wip. check ng test
1 parent b1d1759 commit 3464f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/applications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Set Legacy-peer-deps=true
4848
run: npm config set legacy-peer-deps true
4949

50-
- name: Install Angular CLI v17 LTS
51-
run: npm install -g @angular/cli@17-lts
50+
- name: Install Angular CLI v17
51+
run: npm install -g @angular/cli@17
5252

5353
- name: Create ${{ matrix.APPROACH }} application
5454
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}

0 commit comments

Comments
 (0)