Skip to content

chore: bump chai from 4.3.10 to 5.0.0 #64

chore: bump chai from 4.3.10 to 5.0.0

chore: bump chai from 4.3.10 to 5.0.0 #64

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test on node ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 21]
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm i --legacy-peer-deps
- name: Run test
run: npm test