mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix(action): fix node version
This commit is contained in:
5
.github/workflows/reviewdog.yml
vendored
5
.github/workflows/reviewdog.yml
vendored
@ -1,5 +1,10 @@
|
||||
name: reviewdog
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
env:
|
||||
NODE_VERSION: "22.x"
|
||||
|
||||
jobs:
|
||||
eslint:
|
||||
name: runner / eslint
|
||||
|
||||
Reference in New Issue
Block a user