Skip to content

fix: update bump mocha from 10.7.3 to 11.0.1 #86

fix: update bump mocha from 10.7.3 to 11.0.1

fix: update bump mocha from 10.7.3 to 11.0.1 #86

Workflow file for this run

on:
pull_request:
push:
name: CI
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm ci
- run: npm run test