From e616a400eda23d0296da7a9d7911ee130b3d2392 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Sun, 1 Jun 2025 03:14:46 +0200 Subject: [PATCH] optimized Dockerfile --- .gitea/workflows/deploy-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-alpha.yml b/.gitea/workflows/deploy-alpha.yml index d8c8aab..fff4588 100644 --- a/.gitea/workflows/deploy-alpha.yml +++ b/.gitea/workflows/deploy-alpha.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '22' - cache: 'npm' + - name: Install dependencies run: npm ci