Skip to content

fix: upgrade got from 11.8.2 to 11.8.6 (#80) #200

fix: upgrade got from 11.8.2 to 11.8.6 (#80)

fix: upgrade got from 11.8.2 to 11.8.6 (#80) #200

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