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