diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 14dcfd9..803a9a8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,10 +37,10 @@ jobs: continue-on-error: true run: npm list - - uses: actions/setup-node@v3 - with: - node-version: ${{ env.NODE_VERSION }} - cache: "npm" + # - uses: actions/setup-node@v3 + # with: + # node-version: ${{ env.NODE_VERSION }} + # cache: "npm" - name: Install Dependencies run: npm ci