Skip to content

Commit

Permalink
enable corepack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 4, 2024
1 parent af5595d commit daf6272
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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
4 changes: 4 additions & 0 deletions .github/workflows/post-diff-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable

- name: Compute dist diff
id: dists
Expand Down

0 comments on commit daf6272

Please sign in to comment.