From 2ce048ed2536fd9ddf4538bfd05faf660172996a Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 4 Aug 2026 17:06:10 -0400 Subject: [PATCH] SWI-11955 Move NPM Install/Update to Fix Deploy --- .github/workflows/deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 668d928..d95bba7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,15 +51,6 @@ jobs: - name: Checkout uses: actions/checkout@v7 - - name: Setup Node - uses: actions/setup-node@v7 - with: - 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) @@ -73,6 +64,15 @@ jobs: language: typescript-axios additional-properties: --additional-properties=npmVersion=$PACKAGE_VERSION + - name: Setup Node + uses: actions/setup-node@v7 + with: + node-version: 24 + registry-url: "https://registry.npmjs.org" + + - name: Update NPM + run: npm install -g npm@latest + - name: Install Packages and Test run: | yarn