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

This commit is contained in:
洪剑峰 2024-08-05 19:07:34 +08:00
parent 1620f6a21e
commit d649bb46bf

View File

@ -8,6 +8,8 @@ jobs:
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: '14'
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- name: Build Docusaurus website