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
0b58cc8f59
commit
a8185efffb
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository # Step to check out the repository
|
- name: Check out Git repository # Step to check out the repository
|
||||||
uses: actions/checkout@v4 # Use the checkout action version 2
|
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 1
|
||||||
|
Loading…
Reference in New Issue
Block a user