Skip to content

Bump esbuild from 0.17.17 to 0.25.0 #95

Bump esbuild from 0.17.17 to 0.25.0

Bump esbuild from 0.17.17 to 0.25.0 #95

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
name: Build branch
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run test
- run: npm run lint
- run: npm run build
- name: Compare sizes
uses: preactjs/compressed-size-action@v2
with:
pattern: './lib/**/*.js'
compression: 'gzip'