Skip to content

Bump esbuild from 0.21.2 to 0.21.3 in the non-major group #598

Bump esbuild from 0.21.2 to 0.21.3 in the non-major group

Bump esbuild from 0.21.2 to 0.21.3 in the non-major group #598

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: .nvmrc
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build