From 82a087b6a5230d873b4fcd916b1c9445a4c34c0a Mon Sep 17 00:00:00 2001 From: garfield69 Date: Tue, 28 May 2024 17:02:53 +1200 Subject: [PATCH] Update issuebot.yml --- .github/workflows/issuebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml index b80cb7ffd..984d700eb 100644 --- a/.github/workflows/issuebot.yml +++ b/.github/workflows/issuebot.yml @@ -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