123
Some checks failed
Node.js CI / build (push) Failing after 13s

This commit is contained in:
洪剑峰 2024-08-05 20:14:08 +08:00
parent 6abe1c1dfd
commit f464e3291a

View File

@ -11,6 +11,8 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20.x' node-version: '20.x'
- run: yarn --version
- name: Install dependencies - name: Install dependencies
run: yarn --frozen-lockfile run: yarn --frozen-lockfile
- name: Build Docusaurus website - name: Build Docusaurus website