diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index efccbaf..104eb53 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,11 +8,11 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Use gitea Node.js - uses: https://gitea.com/actions/setup-node@v4 - with: + uses: https://gitea.com/actions/setup-node@v4 + with: node-version: '14' # 确保这是与你的项目兼容的Node.js版本 - name: Install dependencies - run: yarn + run: yarn - name: Build Docusaurus website - run: yarn build + run: yarn build \ No newline at end of file