chore: change yarn to npm

This commit is contained in:
nxglabs
2023-12-18 20:38:07 +05:30
parent b12eb87b38
commit f54a51c546
+3 -3
View File
@@ -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