Skip to content

Commit

Permalink
feat: update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannacfuture committed Jan 23, 2024
1 parent f16bf6d commit d0d4230
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Pre-configure Yarn Version
- name: Enable Corepack and Install Correct Yarn Version
run: |
npm install -g [email protected]
corepack enable
yarn set version 4.0.2
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit d0d4230

Please sign in to comment.