From 4e3ce4196fa3e45917ec979e37b35e8e7e3f78a0 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 15 Dec 2025 14:01:51 +0100 Subject: [PATCH] Trying deploy 4 --- .forgejo/workflows/production-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/production-build.yml b/.forgejo/workflows/production-build.yml index d7b2609..3cd09e1 100644 --- a/.forgejo/workflows/production-build.yml +++ b/.forgejo/workflows/production-build.yml @@ -55,9 +55,9 @@ jobs: needs: build runs-on: docker steps: - - name: Setup Node environment + - name: Setup environment run: | - apk add --update nodejs npm + apk --no-cache add --update nodejs npm curl - name: Code checkout uses: actions/checkout@v4 with: