Skip to content

Commit

Permalink
Merge pull request #1645: Remove bundlesize from list of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Mar 14, 2023
2 parents 8c278ae + 5cbd126 commit af73538
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1,202 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,13 @@ jobs:
- run: npm run lint
bundlesize:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 18
- run: npm ci
- run: npx bundlesize
run: npx --yes bundlesize
publish:
if: ${{ github.ref == 'refs/heads/release' }}
needs: [build, unit-test, smoke-test, lint]
Expand Down
Loading

0 comments on commit af73538

Please sign in to comment.