Skip to content

chore: bump mocha from 10.8.2 to 11.0.1 (#71) #127

chore: bump mocha from 10.8.2 to 11.0.1 (#71)

chore: bump mocha from 10.8.2 to 11.0.1 (#71) #127

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: yarn
- run: yarn --frozen-lockfile
- run: npm test