Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/angular.yml
|
|
@ -11,9 +11,9 @@ jobs: |
|
|
runs-on: ubuntu-18.04 |
|
|
runs-on: ubuntu-18.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/setup-node@v1 |
|
|
- uses: borales/actions-yarn@v2.0.0 |
|
|
with: |
|
|
with: |
|
|
node-version: '10.x' |
|
|
node-version: '10.x' |
|
|
- run: pwd && npm install |
|
|
- run: pwd && yarn |
|
|
working-directory: npm/ng-packs |
|
|
working-directory: npm/ng-packs |
|
|
- run: pwd |
|
|
- run: pwd |
|
|
|