diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa0960d..673e297 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,13 +22,10 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: 'npm' - - name: Restore node modules from cache - uses: actions/cache@v3 + - name: Installing dependencies + uses: borales/actions-yarn@v4 with: - path: node_modules - key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-node- + cmd: install --frozen-lockfile - name: Test if: true