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 - uses: actions/setup-node@v3
with: with:
node-version: "18" node-version: "18"
cache: yarn cache: pnpm
cache-dependency-path: "web/yarn.lock" cache-dependency-path: "web/pnpm-lock.yaml"
- run: pnpm install - run: pnpm install
working-directory: web working-directory: web
- name: Run eslint check - name: Run eslint check