Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 3, 2024
1 parent ea03e9f commit 0e2e2f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday

jobs:
build:
Expand All @@ -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
Expand Down

0 comments on commit 0e2e2f3

Please sign in to comment.