chore: remove restore-keys from cache to resolve hangs
Some checks failed
CI / check (push) Successful in 12s
CI / build (24) (push) Failing after 59s
CI / build (22) (push) Failing after 1m5s

This commit is contained in:
M. George Hansen 2026-05-03 10:12:17 -07:00
parent 4e6e11d2e4
commit 2736f3995f
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM

View file

@ -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