Skip to content

chore(deps-dev): bump fancy-test from 1.4.7 to 3.0.15 #157

chore(deps-dev): bump fancy-test from 1.4.7 to 3.0.15

chore(deps-dev): bump fancy-test from 1.4.7 to 3.0.15 #157

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [lts/gallium, lts/fermium]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
architecture: x64
- run: yarn --frozen-lockfile --network-timeout 1000000
env:
CI: true
- run: yarn test
env:
CI: true