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

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