Skip to content

update typing for StringifyOptions["lineWidth"] to match comment #13

update typing for StringifyOptions["lineWidth"] to match comment

update typing for StringifyOptions["lineWidth"] to match comment #13

Workflow file for this run

name: Node.js
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 20, latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npx jest --coverage