Skip to content

Commit

Permalink
fix: add corepack and skip yarn install attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Feb 19, 2024
1 parent 839a5a1 commit 0101a6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-cloud-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'
- name: Install project dependencies
run: yarn
# - name: Install dependencies
# run: yarn install --immutable
- name: Update available cloud list
run: make cloud-list
- name: Create pull request
Expand Down

0 comments on commit 0101a6f

Please sign in to comment.