Skip to content

Bump oxlint from 0.2.18 to 0.3.0 #212

Bump oxlint from 0.2.18 to 0.3.0

Bump oxlint from 0.2.18 to 0.3.0 #212

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Tests
strategy:
matrix:
node-version: [18.x, 20.x]
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Node.js ${{matrix.node-version}}
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test