Skip to content

Bump esbuild from 0.18.19 to 0.19.2 #1629

Bump esbuild from 0.18.19 to 0.19.2

Bump esbuild from 0.18.19 to 0.19.2 #1629

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: 📦 Install dependencies
run: yarn --frozen-lockfile
- run: yarn run lint
- run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: yarn run test
env:
DISPLAY: ":99.0"