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