Skip to content

Commit

Permalink
miss to update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Jan 6, 2025
1 parent 50ba766 commit 03e7a55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'

- name: Install yarn
run: |
: # set-version will always download the latest version of yarn
yarn policies set-version 4.3.0
yarn install --immutable
- name: Build Website
Expand Down Expand Up @@ -81,16 +81,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'

- name: Install yarn
run: |
: # set-version will always download the latest version of yarn
yarn policies set-version 4.3.0
yarn install --immutable
- name: Build Website
Expand Down

0 comments on commit 03e7a55

Please sign in to comment.