Skip to content

Bump esbuild from 0.17.16 to 0.18.11 #4179

Bump esbuild from 0.17.16 to 0.18.11

Bump esbuild from 0.17.16 to 0.18.11 #4179

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm run lint
- run: npm run build --if-present
- name: Run Headless Test
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm test