Skip to content

Bump nock from 13.3.3 to 13.3.4 #376

Bump nock from 13.3.3 to 13.3.4

Bump nock from 13.3.3 to 13.3.4 #376

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
name: Node ${{ matrix.node }}
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm audit --only=prod --audit-level=high
- run: npm run lint
- run: npm run build
- run: npm run cover