Skip to content

chore: indicate compatibility with new v4 major #572

chore: indicate compatibility with new v4 major

chore: indicate compatibility with new v4 major #572

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16, 18]
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: install dependencies
run: yarn
- name: module prepare
run: yarn dev:prepare
- name: test
run: yarn test