chore: update eslint checks action

This commit is contained in:
Steven 2023-06-22 18:14:31 +08:00
parent 98fb1264c3
commit 0296e5b57f

View File

@ -39,8 +39,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: yarn
cache-dependency-path: "web/yarn.lock"
cache: pnpm
cache-dependency-path: "web/pnpm-lock.yaml"
- run: pnpm install
working-directory: web
- name: Run eslint check