1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 08:17:25 +00:00

Update issuebot.yml

try node.js 18.19.1 to bypass ERR_REQUIRE_ESM
This commit is contained in:
garfield69 2024-05-28 16:51:13 +12:00 committed by GitHub
parent 69c8ba3af6
commit deaa21f6f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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