Skip to content

go back to macos-11, because of python problems #54

go back to macos-11, because of python problems

go back to macos-11, because of python problems #54

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-11, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm install
- run: npm test