Update issuebot.yml

revert back to 18.x
This commit is contained in:
garfield69 2024-05-28 17:17:56 +12:00 committed by GitHub
parent 82a087b6a5
commit 08db3ab3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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