From 2736f3995ffbbc1dbb2b1a25f21459bd6e9eab53 Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Sun, 3 May 2026 10:12:17 -0700 Subject: [PATCH] chore: remove restore-keys from cache to resolve hangs --- .forgejo/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index a44e518..bba8ffd 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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