mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 00:08:23 +00:00
Update issuebot.yml
try node.js 18.19.1 to bypass ERR_REQUIRE_ESM
This commit is contained in:
parent
69c8ba3af6
commit
deaa21f6f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issuebot.yml
vendored
2
.github/workflows/issuebot.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.x'
|
||||
node-version: '18.19.1'
|
||||
|
||||
# This step installs the octokit library. The script that this workflow will run uses the octokit library.
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue