From b2c43746e6e91a99f5a49188d58ee0cdbfc4a41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 25 Jul 2026 19:51:50 +0200 Subject: [PATCH] Cache npm packages in CI --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e146798..a2f36c4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 16 + cache: 'npm' - name: Install Dependencies run: npm ci @@ -40,6 +41,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 16 + cache: 'npm' - name: Setup Chrome uses: browser-actions/setup-chrome@v1 with: