Skip to content

Bump nock from 13.3.2 to 13.3.3 #169

Bump nock from 13.3.2 to 13.3.3

Bump nock from 13.3.2 to 13.3.3 #169

Workflow file for this run

name: Build & Test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: npm run build
- run: npm test