We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbb1f3 commit 9755460Copy full SHA for 9755460
.github/workflows/tests.yml
@@ -26,7 +26,6 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- cache-dependency-path: '/package-lock.json'
30
31
- name: Install dependencies
32
if: steps.npm-cache.outputs.cache-hit != 'true'
0 commit comments