Fix the cache param
This commit is contained in:
parent
6362cd8bed
commit
6d96a7c569
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-lint.yml
vendored
2
.github/workflows/web-lint.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: true
|
||||
cache: "yarn"
|
||||
- run: yarn install
|
||||
- run: yarn lint
|
||||
|
|
Loading…
Add table
Reference in a new issue