Skip to content

build: move to the Oxc toolchain (#11) #28

build: move to the Oxc toolchain (#11)

build: move to the Oxc toolchain (#11) #28

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.22.0
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
- run: pnpm check
- run: pnpm format:check