Skip to content

Commit

Permalink
remove corepack for now
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 23, 2024
1 parent 70306e3 commit e880241
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable
- name: Install
run: yarn install
- name: Prettier
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/post-diff-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable

- name: Compute dist diff
id: dists
run: |
Expand Down

0 comments on commit e880241

Please sign in to comment.