mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
ci: update pnpm on eslint workflow
This commit is contained in:
parent
1b30344afe
commit
1c99908b97
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
version: 8
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm run lint
|
||||
- run: pnpm run lint
|
||||
|
Loading…
Reference in New Issue
Block a user