123
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
洪剑峰 2024-08-05 19:54:17 +08:00
parent 30b89e086e
commit c638162d79

View File

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