From 0e2e2f3782a1ae9564355bf0d5dcd998addb4de6 Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Tue, 3 Dec 2024 10:37:43 +0200 Subject: [PATCH] Build fixes --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de0e4ec..c62a0a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,8 @@ on: push: branches: [ main ] workflow_dispatch: + schedule: + - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday jobs: build: @@ -11,10 +13,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta with: - node-version: '16' + node-version: '18' - uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.11' - name: python requirements run: pip install requests - name: npm requirements