Update issuebot.yml

This commit is contained in:
garfield69
2024-05-28 17:02:53 +12:00
committed by GitHub
parent deaa21f6f8
commit 82a087b6a5

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.19.1'
node-version: '18.18.2'
# This step installs the octokit library. The script that this workflow will run uses the octokit library.
- name: Install dependencies