Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

chore(deps): [email protected]

chore(deps): [email protected] #3985

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm test