123
Some checks failed
Node.js CI / build (push) Failing after 4m38s

This commit is contained in:
洪剑峰 2024-08-05 18:16:11 +08:00
parent 2c0f1da138
commit 4cf2cab4d6

View File

@ -10,7 +10,9 @@ jobs:
- name: Use gitea Node.js - name: Use gitea Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: '14' # 确保这是与你的项目兼容的Node.js版本 node-version: '14'
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies - name: Install dependencies
run: yarn install run: yarn install
- name: Build Docusaurus website - name: Build Docusaurus website