We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e2ed1b + 72224a1 commit 4d681dbCopy full SHA for 4d681db
.github/workflows/build.yml
@@ -5,8 +5,6 @@ on:
5
branches: [ 'main' ]
6
pull_request:
7
8
- schedule:
9
- - cron: '0 0 * * *'
10
workflow_dispatch:
11
12
permissions:
@@ -55,7 +53,7 @@ jobs:
55
53
- name: Setup Node.js 22
56
54
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
57
with:
58
- node-version: 22
+ node-version: 22.4.1
59
cache: 'npm'
60
- name: Install Dependencies
61
run: npm ci
.github/workflows/codeql.yml
@@ -5,6 +5,8 @@ on:
+ schedule:
+ - cron: '31 11 * * 2'
permissions: read-all
0 commit comments