Skip to content

Commit

Permalink
ci: workaround for corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 30, 2023
1 parent 1f2de3e commit bc47fb8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
with:
fetch-depth: 0

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn

- run: corepack enable

- run: yarn install --immutable

- run: yarn build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn

- run: corepack enable

- run: yarn install --immutable

- run: yarn lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn

- run: corepack enable

- run: yarn install --immutable

- name: Build VSCode
Expand Down
5 changes: 4 additions & 1 deletion nix/yarn-project.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc47fb8

Please sign in to comment.