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
4 additions and
4 deletions
-
.github/workflows/angular.yml
|
|
|
@ -17,20 +17,20 @@ jobs: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: borales/actions-yarn@v2.0.0 |
|
|
|
- uses: actions/setup-node@v1 |
|
|
|
with: |
|
|
|
node-version: '10.x' |
|
|
|
- run: | |
|
|
|
node -v |
|
|
|
yarn |
|
|
|
yarn global add symlink |
|
|
|
npm install |
|
|
|
npm install -g symlink |
|
|
|
working-directory: npm/ng-packs |
|
|
|
build: |
|
|
|
needs: [install] |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: borales/actions-yarn@v2.0.0 |
|
|
|
- uses: actions/setup-node@v1 |
|
|
|
with: |
|
|
|
node-version: '10.x' |
|
|
|
- run: | |
|
|
|
|