From 3371ba8e6e11a63c032c035916c8e4680566384b Mon Sep 17 00:00:00 2001 From: ManiMatter <124743318+ManiMatter@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:55:18 +0200 Subject: [PATCH] Update versionCleanup.yml --- .github/workflows/versionCleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versionCleanup.yml b/.github/workflows/versionCleanup.yml index 587ff5d..fff1847 100644 --- a/.github/workflows/versionCleanup.yml +++ b/.github/workflows/versionCleanup.yml @@ -19,4 +19,4 @@ jobs: run: npm install - name: Run the script - run: node checkVersions.js + run: node .github/workflows/checkVersions.js