Skip to content

Bump mocha from 10.7.3 to 10.8.2 #246

Bump mocha from 10.7.3 to 10.8.2

Bump mocha from 10.7.3 to 10.8.2 #246

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm
- run: npm clean-install
- run: npm run build