From f54a51c54675062dc0f92f49b192da03e36954c1 Mon Sep 17 00:00:00 2001 From: nxglabs Date: Mon, 18 Dec 2023 20:38:07 +0530 Subject: [PATCH] chore: change yarn to npm --- .github/workflows/deployghpages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployghpages.yml b/.github/workflows/deployghpages.yml index 717c06b32..e893346d5 100644 --- a/.github/workflows/deployghpages.yml +++ b/.github/workflows/deployghpages.yml @@ -19,12 +19,12 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - cache: yarn + cache: npm - name: Install dependencies - run: yarn install --frozen-lockfile + run: npm ci - name: Build website - run: yarn build + run: npm run build # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus