Skip to content

build(deps): bump espree from 10.2.0 to 10.3.0 #207

build(deps): bump espree from 10.2.0 to 10.3.0

build(deps): bump espree from 10.2.0 to 10.3.0 #207

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build