Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Nov 17, 2019
1 parent d8365c1 commit f14e6cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Cache
uses: actions/cache@preview
id: cache
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node }}-node-
- name: Setup pnpm
run: npm install pnpm -g

Expand Down

0 comments on commit f14e6cd

Please sign in to comment.