Skip to content

Commit 5195c7f

Browse files
Merge branch 'main' into feat/calm-studio-viz-revamp
2 parents aa767b3 + 6ce8654 commit 5195c7f

382 files changed

Lines changed: 34741 additions & 8786 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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: 24
54+
node-version-file: '.nvmrc'
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: 24
238+
node-version-file: '.nvmrc'
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: 24
384+
node-version-file: '.nvmrc'
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: 24
449+
node-version-file: '.nvmrc'
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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
34-
node-version: 24
34+
node-version-file: '.nvmrc'
3535
cache: npm
3636
cache-dependency-path: package-lock.json
3737
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: 24
54+
node-version-file: '.nvmrc'
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: 24
242+
node-version-file: '.nvmrc'
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: 24
388+
node-version-file: '.nvmrc'
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: 24
453+
node-version-file: '.nvmrc'
454454
registry-url: 'https://registry.npmjs.org'
455455

456456
- name: Install dependencies

.github/workflows/build-advent-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525
with:
26-
node-version: 24
26+
node-version-file: '.nvmrc'
2727
cache: npm
2828
cache-dependency-path: advent-of-calm/website/package-lock.json
2929

.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: 24
22+
node-version-file: '.nvmrc'
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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3636
with:
37-
node-version: 24
37+
node-version-file: '.nvmrc'
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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6060
with:
61-
node-version: 24
61+
node-version-file: '.nvmrc'
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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8383
with:
84-
node-version: 24
84+
node-version-file: '.nvmrc'
8585
cache: npm
8686
cache-dependency-path: package-lock.json
8787

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

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

2626
# Step 2: Set up JDK
2727
- name: Set up JDK
28-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
28+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
2929
with:
3030
distribution: 'temurin'
3131
java-version: '21'

.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: 24
28+
node-version-file: '.nvmrc'
2929

3030
- name: Install workspace
3131
run: npm ci

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

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

2626
# Step 2: Set up JDK
2727
- name: Set up JDK
28-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
28+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
2929
with:
3030
distribution: 'temurin'
3131
java-version: '21'

.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: 24
28+
node-version-file: '.nvmrc'
2929

3030
- name: Install workspace
3131
run: npm ci

0 commit comments

Comments
 (0)