Skip to content

Update dependency nock to v13.5.3 #231

Update dependency nock to v13.5.3

Update dependency nock to v13.5.3 #231

Workflow file for this run

name: Node.js CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn --frozen-lockfile
- run: yarn test
env:
CI: true