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

This commit is contained in:
洪剑峰 2024-08-05 20:44:25 +08:00
parent 22ecde99a0
commit eb8f191e4d

View File

@ -8,9 +8,10 @@ jobs:
uses: https://gitea.com/actions/checkout@v3
- run: ls -lR
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.3
with:
node-version: '20.x'
cache: 'yarn'
- run: yarn --version
- name: Install dependencies
run: yarn --frozen-lockfile