Skip to content

fix(deps): update dependency esbuild to ^0.24.0 #90

fix(deps): update dependency esbuild to ^0.24.0

fix(deps): update dependency esbuild to ^0.24.0 #90

Workflow file for this run

---
name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
types: [ "opened", "synchronize", "reopened" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ "18","20","lts/*" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build