chore: set cron to run job every month instead of every week

This commit is contained in:
Vitaly Gashkov
2026-06-21 13:40:01 +05:00
parent 2c080d1c90
commit 97e528b715
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version-file: 'package.json'
registry-url: https://registry.npmjs.org/
- run: npm install -g npm@latest
- run: npm ci