Skip to content

Bump mocha from 10.2.0 to 10.3.0 (#108) #68

Bump mocha from 10.2.0 to 10.3.0 (#108)

Bump mocha from 10.2.0 to 10.3.0 (#108) #68

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test