Point our our yarn lock

This commit is contained in:
Manav Rathi 2024-03-04 16:01:36 +05:30
parent 6d96a7c569
commit eba3d1867e

View File

@ -21,5 +21,6 @@ jobs:
with:
node-version: 20
cache: "yarn"
cache-dependency-path: "web/yarn.lock"
- run: yarn install
- run: yarn lint