Skip to content

fix: fix package manager selection #156

fix: fix package manager selection

fix: fix package manager selection #156

Workflow file for this run

name: Tests
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test