diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 712bf31..0201967 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - run: npm ci # 或 npm install + run: npm i # 或 npm install - name: Run build run: npm run build