From e11458a2e0e2aa4c8ec1dbc0ff28cc523143e5f8 Mon Sep 17 00:00:00 2001 From: James Simone <16430727+jamessimone@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:54:18 -0400 Subject: [PATCH] Updating workflow deps --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 339a05e..9aa2cea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,14 +30,14 @@ jobs: steps: # Checkout the code - name: "Checkout source code" - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - name: "Setup node" uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "18" # - name: "Restore node_modules cache" # id: cache-npm @@ -50,7 +50,7 @@ jobs: # npm- - name: "Install NPM" - if: steps.cache-npm.outputs.cache-hit != 'true' + # if: steps.cache-npm.outputs.cache-hit != 'true' run: npm ci # Authenticate using JWT flow