Skip to content

release: npm v0.0.18 #201

release: npm v0.0.18

release: npm v0.0.18 #201

Workflow file for this run

name: Tests
on: push
jobs:
tests:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: ['14', '15', '16']
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: cd npm && yarn && yarn test --verbose