From 7c88195dfc3c4de195ef92d0f07671366fb72b70 Mon Sep 17 00:00:00 2001 From: pro100ren4 <78037325+pro100ren4@users.noreply.github.com> Date: Thu, 11 Jul 2024 03:00:13 +0300 Subject: [PATCH] feat: update deploy.yml --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f4809b..7b08652 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,11 +30,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Set up Node - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: 'npm' + # - name: Set up Node + # uses: actions/setup-node@v4 + # with: + # node-version: 20 + # cache: 'npm' - name: Install packages run: npm i -g yarn gulp bem-tools-core - name: Yarn set version