Install yarn for CI
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 3m14s

This commit is contained in:
Nabarun 2025-07-11 13:04:22 +05:30
parent c36228a9b9
commit 3b3cf25dc2

View File

@ -13,10 +13,13 @@ jobs:
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Enable corepack and yarn
run: corepack enable
- name: Install dependencies
run: yarn install --frozen-lockfile