From 6ce2842018066126bbaf625d2eccecf9a783f6ce Mon Sep 17 00:00:00 2001 From: DoubleL41 Date: Mon, 21 Oct 2024 16:18:30 +0200 Subject: [PATCH] encore --- .github/workflows/update_data.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update_data.yml b/.github/workflows/update_data.yml index 34d8d47..ff6928d 100644 --- a/.github/workflows/update_data.yml +++ b/.github/workflows/update_data.yml @@ -5,6 +5,10 @@ on: - cron: '0 2 * * *' # Exécute tous les jours à 2h du matin workflow_dispatch: +runs: + using: 'node20' + main: 'main.js' + jobs: update: runs-on: ubuntu-latest