Skip to content

Bump chai from 5.1.0 to 5.1.1 #218

Bump chai from 5.1.0 to 5.1.1

Bump chai from 5.1.0 to 5.1.1 #218

Workflow file for this run

name: CI Tests
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 'lts/iron'
cache: 'npm'
- run: npm ci
- run: npm run test