Skip to content

Commit 4d681db

Browse files
Merge pull request #14 from codeplaysoftware/small-node-temp-fix
Small Temporary Node FIx
2 parents 7e2ed1b + 72224a1 commit 4d681db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [ 'main' ]
66
pull_request:
77
branches: [ 'main' ]
8-
schedule:
9-
- cron: '0 0 * * *'
108
workflow_dispatch:
119

1210
permissions:
@@ -55,7 +53,7 @@ jobs:
5553
- name: Setup Node.js 22
5654
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
5755
with:
58-
node-version: 22
56+
node-version: 22.4.1
5957
cache: 'npm'
6058
- name: Install Dependencies
6159
run: npm ci

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ 'main' ]
66
pull_request:
77
branches: [ 'main' ]
8+
schedule:
9+
- cron: '31 11 * * 2'
810

911
permissions: read-all
1012

0 commit comments

Comments
 (0)