Skip to content

chore(deps-dev): bump esbuild from 0.19.0 to 0.19.3 #36

chore(deps-dev): bump esbuild from 0.19.0 to 0.19.3

chore(deps-dev): bump esbuild from 0.19.0 to 0.19.3 #36

name: Build, test and lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run lint