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

This commit is contained in:
洪剑峰 2024-08-05 19:50:06 +08:00
parent 15e2fbf42f
commit 36ff2c4692

View File

@ -6,11 +6,12 @@ jobs:
steps:
- name: Check out repository code
uses: https://gitea.com/actions/checkout@v3
- run: ls /var/run/act/workflow/3
- run: ls -lR
- name: Use gitea Node.js
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: '18.4.0'
- run: ls -lR
- name: Install dependencies
run: yarn install
- name: Build Docusaurus website