diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5482a1e..a330f44 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' - name: Install dependencies - run: npm ci + run: npm install - name: Run lint run: npm run lint