Skip to content

Bump mocha from 8.4.0 to 11.0.1 #848

Bump mocha from 8.4.0 to 11.0.1

Bump mocha from 8.4.0 to 11.0.1 #848

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Use Node.js 18
uses: actions/setup-node@v4.1.0
with:
node-version: 18
- run: npm install
- run: npm test