Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 8, 2024
1 parent 194d9a0 commit d8f5f0a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
yarn tsc
check-bundle:
- timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- uses: preactjs/compressed-size-action@v2
with:
build-script: "build-rollup"
compression: "none"
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- uses: preactjs/compressed-size-action@v2
with:
build-script: "build-rollup"
compression: "none"

0 comments on commit d8f5f0a

Please sign in to comment.