Skip to content

feat(#19): add pnpm support, resolve issue with selecting package manger #285

feat(#19): add pnpm support, resolve issue with selecting package manger

feat(#19): add pnpm support, resolve issue with selecting package manger #285

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
node: ["14", "16", "18", "20"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn -s
- run: yarn -s test