Skip to content

chore(deps-dev): bump chai from 4.3.10 to 5.1.1 #384

chore(deps-dev): bump chai from 4.3.10 to 5.1.1

chore(deps-dev): bump chai from 4.3.10 to 5.1.1 #384

Workflow file for this run

name: tests
on: push
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
NODE_ENV: ci