Skip to content

Bump esbuild from 0.21.4 to 0.25.0 in the npm_and_yarn group #42

Bump esbuild from 0.21.4 to 0.25.0 in the npm_and_yarn group

Bump esbuild from 0.21.4 to 0.25.0 in the npm_and_yarn group #42

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test