From f14e6cd7a072599041e8bda723e43939d134e281 Mon Sep 17 00:00:00 2001 From: wessberg Date: Sun, 17 Nov 2019 12:16:02 +0100 Subject: [PATCH] test --- .github/workflows/workflow.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c447cf9..4c33477 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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