Skip to content

chore(deps-dev): bump esbuild from 0.21.2 to 0.25.0 #8

chore(deps-dev): bump esbuild from 0.21.2 to 0.25.0

chore(deps-dev): bump esbuild from 0.21.2 to 0.25.0 #8

Workflow file for this run

name: Continuous integration
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: node --run lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: node --run test