Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannacfuture authored Jan 23, 2024
1 parent 136b11d commit fa4c9b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Pre-configure Yarn Version
run: |
npm install -g [email protected]
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.10.0"
cache: "yarn"

- name: Enable Corepack
run: corepack enable

- name: Install
run: yarn install

Expand Down

0 comments on commit fa4c9b9

Please sign in to comment.