321
Some checks failed
Node.js CI / build (push) Failing after 16s

This commit is contained in:
洪剑峰 2024-08-05 20:26:01 +08:00
parent 72f0280df2
commit d7e78b0f47

View File

@ -11,8 +11,8 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20.x' node-version: '20.x'
- name: action-yarn - name: Yarn Setup
uses: comchangs/action-yarn@v0.1-beta uses: DerYeger/yarn-setup-action@v2.0.21
- run: yarn --version - run: yarn --version
- name: Install dependencies - name: Install dependencies
run: yarn --frozen-lockfile run: yarn --frozen-lockfile