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

This commit is contained in:
洪剑峰 2024-08-06 08:05:09 +08:00
parent 2e51c72ae6
commit f16dc3b2c0

View File

@ -11,8 +11,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
- name: Install Yarn
run: npm install -g yarn
- run: ls -lR /var/run/act/workflow - run: ls -lR /var/run/act/workflow
- name: Install dependencies - name: Install dependencies
run: yarn --frozen-lockfile run: yarn --frozen-lockfile