From e4dcba3654db93be9f8e7e804932dcc684d247b8 Mon Sep 17 00:00:00 2001 From: ztimson Date: Thu, 27 Jul 2023 04:02:46 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a18e5f9..ec4f0ae 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,6 +15,7 @@ jobs: with: path: ./node_modules key: node_modules + restore-keys: node_modules - name: Install Dependencies run: npm ci - name: Cache Dependencies @@ -22,3 +23,4 @@ jobs: with: path: ./node_modules key: node_modules + restore-keys: node_modules