Skip to content

Commit

Permalink
Setup yarn via corepack on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Jan 27, 2024
1 parent a8dfa4c commit 5c70dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: corepack enable
- run: corepack install
- run: yarn install --immutable

- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: corepack enable
- run: corepack install
- run: yarn install --immutable
- uses: ruby/setup-ruby@v1

Expand Down

0 comments on commit 5c70dd0

Please sign in to comment.