Fix the cache param

This commit is contained in:
Manav Rathi 2024-03-04 15:59:46 +05:30
parent 6362cd8bed
commit 6d96a7c569

View file

@ -20,6 +20,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: true
cache: "yarn"
- run: yarn install
- run: yarn lint