Skip to content

Commit 306074b

Browse files
Merge branch 'main' into renovate/patch-updates
2 parents b93a33b + cf9dfdf commit 306074b

24 files changed

Lines changed: 40 additions & 34 deletions

.github/workflows/automated-release-calm-server.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5353
with:
54-
node-version: 22
54+
node-version: 24
5555

5656
- name: Install dependencies
5757
run: npm ci
@@ -235,7 +235,7 @@ jobs:
235235

236236
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
237237
with:
238-
node-version: 22
238+
node-version: 24
239239

240240
- name: Install dependencies
241241
run: npm ci
@@ -381,7 +381,7 @@ jobs:
381381

382382
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
383383
with:
384-
node-version: 22
384+
node-version: 24
385385

386386
- name: Install dependencies
387387
run: npm ci
@@ -446,7 +446,7 @@ jobs:
446446
- name: Setup Node.js
447447
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
448448
with:
449-
node-version: 22
449+
node-version: 24
450450
registry-url: 'https://registry.npmjs.org'
451451

452452
- name: Install dependencies

.github/workflows/automated-release-calm-studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node.js
4141
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4242
with:
43-
node-version: 22
43+
node-version: 24
4444
cache: pnpm
4545
cache-dependency-path: calm-suite/calm-studio/pnpm-lock.yaml
4646
registry-url: 'https://registry.npmjs.org'

.github/workflows/automated-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5353
with:
54-
node-version: 22
54+
node-version: 24
5555

5656
- name: Install dependencies
5757
run: npm ci
@@ -239,7 +239,7 @@ jobs:
239239

240240
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
241241
with:
242-
node-version: 22
242+
node-version: 24
243243

244244
- name: Install dependencies
245245
run: npm ci
@@ -385,7 +385,7 @@ jobs:
385385

386386
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
387387
with:
388-
node-version: 22
388+
node-version: 24
389389

390390
- name: Install dependencies
391391
run: npm ci
@@ -450,7 +450,7 @@ jobs:
450450
- name: Setup Node.js
451451
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
452452
with:
453-
node-version: 22
453+
node-version: 24
454454
registry-url: 'https://registry.npmjs.org'
455455

456456
- name: Install dependencies

.github/workflows/build-and-sync-advent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323

2424
- name: Install dependencies
2525
run: npm ci

.github/workflows/build-calm-guard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3636
with:
37-
node-version: 22
37+
node-version: 24
3838
cache: npm
3939
cache-dependency-path: package-lock.json
4040

@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Node.js
5959
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
6060
with:
61-
node-version: 22
61+
node-version: 24
6262
cache: npm
6363
cache-dependency-path: package-lock.json
6464

@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup Node.js
8282
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
8383
with:
84-
node-version: 22
84+
node-version: 24
8585
cache: npm
8686
cache-dependency-path: package-lock.json
8787

.github/workflows/build-calm-hub-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
28-
node-version: v22
28+
node-version: 24
2929

3030
- name: Install workspace
3131
run: npm ci

.github/workflows/build-calm-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
28-
node-version: v22
28+
node-version: 24
2929

3030
- name: Install workspace
3131
run: npm ci

.github/workflows/build-calm-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
28-
node-version: v22
28+
node-version: 24
2929

3030
- name: Install workspace
3131
run: npm ci

.github/workflows/build-calm-studio-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
version: 9
4545
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4646
with:
47-
node-version: 22
47+
node-version: 24
4848
cache: pnpm
4949
cache-dependency-path: calm-suite/calm-studio/pnpm-lock.yaml
5050
- run: pnpm install --frozen-lockfile
@@ -94,7 +94,7 @@ jobs:
9494
version: 9
9595
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
9696
with:
97-
node-version: 22
97+
node-version: 24
9898
cache: pnpm
9999
cache-dependency-path: calm-suite/calm-studio/pnpm-lock.yaml
100100
- run: cd calm-suite/calm-studio && pnpm install --frozen-lockfile

.github/workflows/build-calm-studio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4141
with:
42-
node-version: 22
42+
node-version: 24
4343
cache: pnpm
4444
cache-dependency-path: calm-suite/calm-studio/pnpm-lock.yaml
4545

@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Node.js
7676
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
7777
with:
78-
node-version: 22
78+
node-version: 24
7979
cache: pnpm
8080
cache-dependency-path: calm-suite/calm-studio/pnpm-lock.yaml
8181

0 commit comments

Comments
 (0)