From abf8dd3430f1f7cf3eca8f4e4910ae98fde930d2 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Tue, 12 Nov 2019 19:02:25 +0300 Subject: [PATCH] Update angular.yml --- .github/workflows/angular.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index d77a9b8cfa..8a466cec26 100644 --- a/.github/workflows/angular.yml +++ b/.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