diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7ea4f6e..863728b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,6 +21,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - cache: npm-${{ matrix.node }} + cache: 'npm' - run: npm ci - run: npm run test \ No newline at end of file