Skip to content

Bump mocha from 11.7.1 to 11.7.2 (#641) #1003

Bump mocha from 11.7.1 to 11.7.2 (#641)

Bump mocha from 11.7.1 to 11.7.2 (#641) #1003

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@v5
- name: Use Node.js
uses: actions/[email protected]
with:
node-version-file: ".nvmrc"
- run: yarn install --immutable
- run: yarn test