Skip to content

Commit

Permalink
Remove GC action cache while waiting for actions/setup-node#299
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Aug 2, 2021
1 parent a0862b6 commit 6019e15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-node.yml
Expand Up @@ -21,10 +21,8 @@ jobs:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
working-directory: ${{ env.cwd }}
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install --frozen-lockfile
working-directory: ${{ env.cwd }}
- run: yarn workspaces run test
Expand Down

0 comments on commit 6019e15

Please sign in to comment.