Skip to content

build(deps-dev): bump esbuild from 0.24.2 to 0.25.0 #421

build(deps-dev): bump esbuild from 0.24.2 to 0.25.0

build(deps-dev): bump esbuild from 0.24.2 to 0.25.0 #421

Workflow file for this run

name: Build
on: ['push']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build