Skip to content

Revert package.json to 1.14.2 — accidental v2.0.0 release #43

Revert package.json to 1.14.2 — accidental v2.0.0 release

Revert package.json to 1.14.2 — accidental v2.0.0 release #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 18
- run: npm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 18
- run: npx @biomejs/biome check setup.js test.js