Skip to content

Fix snapshot to 80 columns #210

Fix snapshot to 80 columns

Fix snapshot to 80 columns #210

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
tests:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['18', '19', '20']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm install --frozen-lockfile
- run: npm run build:publish
- run: node test.mjs