Skip to content

fix(deps): upgrade mocha to 11 for Node 26 #6

fix(deps): upgrade mocha to 11 for Node 26

fix(deps): upgrade mocha to 11 for Node 26 #6

Workflow file for this run

---
name: ci
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x, 26.x]
steps:
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test