Skip to content

Bump mocha from 10.8.2 to 11.0.1 #149

Bump mocha from 10.8.2 to 11.0.1

Bump mocha from 10.8.2 to 11.0.1 #149

Workflow file for this run

name: JS CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
typescript-ci:
name: Typescript (Node ${{ matrix.node }}, pnpm ${{ matrix.pnpm }}) - ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
node:
- 18
- 20
- 22
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
- run: pnpm check:fix