From de23b9a89c3ff18cc654742d88a031ae3b748db6 Mon Sep 17 00:00:00 2001 From: Volodymyr Gerun Date: Fri, 1 Dec 2023 18:18:06 +0200 Subject: [PATCH] Update yaml --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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