mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-25 23:53:07 +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
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user