Skip to content

test: attempt to get ci to pass #32

test: attempt to get ci to pass

test: attempt to get ci to pass #32

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: 20
cache: "npm"
- run: corepack enable
- run: npm ci
- run: npm run deps
- run: npm run test