Skip to content

Bump oxlint from 1.51.0 to 1.52.0 #147

Bump oxlint from 1.51.0 to 1.52.0

Bump oxlint from 1.51.0 to 1.52.0 #147

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: node@${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
- 22
- 24
- latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: node --version
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm test