diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bb3c632..d037c31 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: options: --privileged steps: - name: Install Node.js - run: apt-get install -y nodejs + run: apk add --no-cache nodejs npm - name: Checkout repository uses: actions/checkout@v3