Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 74b91d8

Browse files
committed
fix workflow
1 parent 5a46176 commit 74b91d8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/branchPR.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Setup node
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v2
2222
with:
23-
version: '14.x'
24-
- name: Set up awesome-ci
23+
node-version: '14.x'
24+
- name: Setup awesome-ci
2525
run: |
2626
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
2727
chmod +x awesome-ci
28+
- name: install angular cli
29+
run: npm install -g @angular/cli > /dev/null
2830
- name: install npm packages
29-
run: npm install
31+
run: npm ci
3032
- name: package Applikation
3133
run: npm run build
3234
- name: Dry-Run release

0 commit comments

Comments
 (0)