Skip to content

Add --legacy-peer-deps option #12

Add --legacy-peer-deps option

Add --legacy-peer-deps option #12

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node_version:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test