From 56e22b9d2f2c2b5adb4877ef4a9a3eaefc7e11e5 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Tue, 16 Apr 2024 17:05:12 +0200 Subject: [PATCH] test --- versionCleanup.js => .github/workflows/versionCleanup.js | 0 .github/workflows/versionCleanup.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename versionCleanup.js => .github/workflows/versionCleanup.js (100%) diff --git a/versionCleanup.js b/.github/workflows/versionCleanup.js similarity index 100% rename from versionCleanup.js rename to .github/workflows/versionCleanup.js diff --git a/.github/workflows/versionCleanup.yml b/.github/workflows/versionCleanup.yml index 587ff5d..49b00ec 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/versionCleanup.js