From 25f8a9ed1c554335ec55858a7e509808d220d57c Mon Sep 17 00:00:00 2001 From: DARSAN Date: Tue, 13 Aug 2024 19:50:15 +0530 Subject: [PATCH] Update consistent-desc.yaml --- .github/workflows/consistent-desc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/consistent-desc.yaml b/.github/workflows/consistent-desc.yaml index 522f8d3..c44ed44 100644 --- a/.github/workflows/consistent-desc.yaml +++ b/.github/workflows/consistent-desc.yaml @@ -22,8 +22,8 @@ jobs: - name: Install dependencies run: | mkdir -p temp && cd temp - npm init -y - npm install node-html-parser marked @octokit/rest -S + yarn init -y + yarn add node-html-parser marked @octokit/rest -S - name: Download Hero program run: |