chore: remove restore-keys from cache to resolve hangs
This commit is contained in:
parent
4e6e11d2e4
commit
2736f3995f
1 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ jobs:
|
|||
with:
|
||||
path: ~/.npm
|
||||
key: node-24-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: node-24-
|
||||
- run: npm ci
|
||||
- run: npm run check
|
||||
|
||||
|
|
@ -34,7 +33,6 @@ jobs:
|
|||
with:
|
||||
path: ~/.npm
|
||||
key: node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: node-${{ matrix.node }}-
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue