Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit a3f8733

Browse files
committed
test - remove cache?
1 parent 8fd9632 commit a3f8733

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848

4949
- uses: actions/checkout@v2
5050

51-
- uses: actions/cache@v2
52-
id: cache-deps
53-
with:
54-
path: |
55-
node_modules
56-
*/*/node_modules
57-
key: ${{ runner.os }}-node${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
58-
5951
- run: npm ci
6052
if: steps.cache-deps.outputs.cache-hit != 'true'
6153

0 commit comments

Comments
 (0)