From 6e3a86a98c1cbf0d9f919c0c85b792eb2ad47a5a Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:30:22 +0000 Subject: [PATCH] use npm exec instead of npx as it was using old version --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9f9aba..9dd2c9a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: run: npm ci - name: Lint API - run: npx vacuum report --junit openapi.yaml lint-results + run: npm exec vacuum report --junit openapi.yaml lint-results - name: Publish Test Report uses: mikepenz/action-junit-report@v5