Skip to content

Bump oxlint from 1.34.0 to 1.38.0 in the npm-dependencies group #107

Bump oxlint from 1.34.0 to 1.38.0 in the npm-dependencies group

Bump oxlint from 1.34.0 to 1.38.0 in the npm-dependencies group #107

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['24']
steps:
- uses: actions/checkout@v6
- name: Set up Node
uses: gjtorikian/actions/setup-languages@main
with:
node: true
node-version: ${{ matrix.node-version }}
- name: Build Typescript
run: npm run build
- name: Run tests
run: npm test