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