diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2289314..43e10b8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: options: --privileged steps: - name: Set Up Node - run: apt-get install -y --no-install-recommends nodejs + run: apk add --no-cache nodejs - name: Checkout repository uses: actions/checkout@v4