From 9480520925054254767334034bafedbf720e48e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Mon, 5 Aug 2024 17:38:36 +0800 Subject: [PATCH] 123123 --- .gitea/workflows/demo.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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