From 579cf3a6c4e01d7684af7ebb7d46089ed115175f Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 27 Jan 2026 14:25:44 -0500 Subject: [PATCH] SWI-9389 Update Deploy Workflow --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fbe301..46f19ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,6 +55,9 @@ jobs: node-version: 24 registry-url: "https://registry.npmjs.org" + - name: Update NPM + run: npm install -g npm@latest + - name: Set OpenAPI Generator Version run: | OPENAPI_VERSION=$(jq .[\"generator-cli\"].version openapitools.json)