mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-25 15:43:08 +00:00
chore: update eslint checks action
This commit is contained in:
parent
98fb1264c3
commit
0296e5b57f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user