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

This commit is contained in:
洪剑峰 2024-08-05 20:16:32 +08:00
parent f464e3291a
commit 72f0280df2

View File

@ -10,9 +10,10 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20.x' node-version: '20.x'
- name: action-yarn
uses: comchangs/action-yarn@v0.1-beta
- run: yarn --version - 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