Skip to content

refactor: add doubter library to peer dependencies section #30

refactor: add doubter library to peer dependencies section

refactor: add doubter library to peer dependencies section #30

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
types: [ opened, synchronize ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nodejs: [ "12", "14", "15", "16", "18" ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
- run: npm run build
- name: Use Node.js ${{ matrix.nodejs }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
- run: npm run test