Skip to content

Bump esbuild from 0.21.4 to 0.22.0 #563

Bump esbuild from 0.21.4 to 0.22.0

Bump esbuild from 0.21.4 to 0.22.0 #563

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn typecheck
- run: yarn eslint
- run: yarn prettier
- run: yarn test:unit