Skip to content

build(deps-dev): bump nock from 13.3.2 to 13.3.3 #139

build(deps-dev): bump nock from 13.3.2 to 13.3.3

build(deps-dev): bump nock from 13.3.2 to 13.3.3 #139

Workflow file for this run

name: Test & Coverage
on: [pull_request, push]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 20
- name: Install npm dependencies
run: npm install
- name: Run Code Test and Coverage Test
run: npm run test