diff --git a/.github/workflows/get-node-versions.yml b/.github/workflows/get-node-versions.yml index 19badd4..8bd65e8 100644 --- a/.github/workflows/get-node-versions.yml +++ b/.github/workflows/get-node-versions.yml @@ -1,7 +1,7 @@ name: Get Node versions on: schedule: - - cron: '0 3,15 * * *' + - cron: '0 0,12 * * *' workflow_dispatch: jobs: @@ -10,4 +10,4 @@ jobs: with: tool-name: "Node" image-url: "https://nodejs.org/static/images/logo-hexagon-card.png" - secrets: inherit \ No newline at end of file + secrets: inherit