From 08db3ab3cf6d0da309c3ce6ef70f00a34299e1c1 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Tue, 28 May 2024 17:17:56 +1200 Subject: [PATCH] Update issuebot.yml revert back to 18.x --- .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 984d700eb..4c82fbee3 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.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