Skip to content

build(deps-dev): Bump nock from 13.3.4 to 13.5.0 #43

build(deps-dev): Bump nock from 13.3.4 to 13.5.0

build(deps-dev): Bump nock from 13.3.4 to 13.5.0 #43

Workflow file for this run

name: 'Setup Guance'
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash
jobs:
run-setup-guance-cli:
name: 'Guance CLI Run'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Guance
uses: ./
with:
version: 0.0.2
- name: Print Guance Version
shell: bash
run: guance version