Skip to content

Bump mocha from 11.8.0 to 12.0.0 #2329

Bump mocha from 11.8.0 to 12.0.0

Bump mocha from 11.8.0 to 12.0.0 #2329

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Build
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: "20.16.0"
cache: "yarn"
- name: 📦 Install dependencies
run: yarn --frozen-lockfile
- run: yarn run lint
- run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: yarn run test
env:
DISPLAY: ":99.0"