Skip to content

chore(deps-dev): bump flow-bin from 0.258.0 to 0.259.1 #236

chore(deps-dev): bump flow-bin from 0.258.0 to 0.259.1

chore(deps-dev): bump flow-bin from 0.258.0 to 0.259.1 #236

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn test