Skip to content

build(deps-dev): bump chai from 4.3.7 to 4.3.8 (#613) #2219

build(deps-dev): bump chai from 4.3.7 to 4.3.8 (#613)

build(deps-dev): bump chai from 4.3.7 to 4.3.8 (#613) #2219

Workflow file for this run

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