Skip to content

Merge pull request #50 from Beaglefoot/dependabot/npm_and_yarn/client… #156

Merge pull request #50 from Beaglefoot/dependabot/npm_and_yarn/client…

Merge pull request #50 from Beaglefoot/dependabot/npm_and_yarn/client… #156

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: [16, 18, 19]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test:ci