mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Update .github/workflows/eslint.yml
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
a8185efffb
commit
472e4350b8
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4 # Use the checkout action version 4
|
uses: actions/checkout@v4 # Use the checkout action version 4
|
||||||
|
|
||||||
- name: Set up Node.js # Step to set up Node.js environment
|
- name: Set up Node.js # Step to set up Node.js environment
|
||||||
uses: actions/setup-node@v4 # Use the setup-node action version 1
|
uses: actions/setup-node@v4 # Use the setup-node action version 4
|
||||||
with:
|
with:
|
||||||
node-version: 20 # Specify Node.js version 20
|
node-version: 20 # Specify Node.js version 20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user