Skip to content

Commit d5baa87

Browse files
authored
Update publish.yml
1 parent e874f2d commit d5baa87

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@12 new build --skip-tests --minimal --routing --skip-git --strict false --style scss
18+
run: npx @angular/cli@13 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)