Skip to content

build(deps-dev): bump nock from 14.0.15 to 14.0.17 #791

build(deps-dev): bump nock from 14.0.15 to 14.0.17

build(deps-dev): bump nock from 14.0.15 to 14.0.17 #791

Workflow file for this run

name: "Test setup-nuget-exe"
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: windows-latest
strategy:
matrix:
nuget-version: [latest, preview]
steps:
- uses: actions/checkout@v7
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
nuget-version: ${{ matrix.nuget-version }}
nuget-api-key: ${{ secrets.NuGetAPIKey }}
- run: nuget