Skip to content

Bump nock from 13.3.8 to 13.4.0 #14

Bump nock from 13.3.8 to 13.4.0

Bump nock from 13.3.8 to 13.4.0 #14

Workflow file for this run

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
strategy:
matrix:
node-version:
- "12"
- "14"
name: tests
"on":
- push