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: