Skip to content

Bump chai from 4.4.0 to 5.0.3 #158

Bump chai from 4.4.0 to 5.0.3

Bump chai from 4.4.0 to 5.0.3 #158

Workflow file for this run

name: tests
on: pull_request
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run test