Skip to content

Commit 0e5817a

Browse files
authored
Update publish.yml
1 parent c3e5ff4 commit 0e5817a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 14
1616
registry-url: https://registry.npmjs.org/
1717
- name: create angular cli project
18-
run: npx @angular/cli@14 new build --skip-tests --minimal --routing --skip-git --strict false --style scss
18+
run: npx @angular/cli@15 new build --skip-tests --minimal --routing --skip-git --strict false --style scss
1919
- name: set analytics off
2020
working-directory: build
2121
run: npm run ng analytics off -- --global

0 commit comments

Comments
 (0)