Skip to content

Commit

Permalink
install eslint to workspace root
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Nov 11, 2023
1 parent 11fee07 commit 850e367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- name: Change ESLint version
run: pnpm add -D eslint@${{ matrix.eslint }}
run: pnpm add -w -D eslint@${{ matrix.eslint }}
- run: pnpm run test

e2e:
Expand All @@ -62,5 +62,5 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- name: Change ESLint version
run: pnpm add -D eslint@${{ matrix.eslint }}
run: pnpm add -w -D eslint@${{ matrix.eslint }}
- run: pnpm run e2e

0 comments on commit 850e367

Please sign in to comment.