Browse Source

Update angular.yml

pull/2175/head
Mehmet Erim 6 years ago
committed by GitHub
parent
commit
abf8dd3430
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/angular.yml

4
.github/workflows/angular.yml

@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: borales/actions-yarn@v2.0.0
with:
node-version: '10.x'
- run: pwd && npm install
- run: pwd && yarn
working-directory: npm/ng-packs
- run: pwd

Loading…
Cancel
Save