Skip to content

Commit 9fc6143

Browse files
author
Shaw
committed
chore: format workflow files
1 parent e3369dd commit 9fc6143

11 files changed

Lines changed: 12 additions & 13 deletions

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ permissions:
4747

4848
env:
4949
JAVA_VERSION: "21"
50-
NODE_VERSION: "22"
50+
NODE_VERSION: "24.15.0"
5151

5252
jobs:
5353
build-aab:

.github/workflows/apple-store-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ concurrency:
7474

7575
env:
7676
BUN_VERSION: "1.3.13"
77-
NODE_VERSION: "22"
77+
NODE_VERSION: "24.15.0"
7878
LANG: en_US.UTF-8
7979
LC_ALL: en_US.UTF-8
8080

.github/workflows/benchmark-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ concurrency:
6464

6565
env:
6666
BUN_VERSION: "1.3.13"
67-
NODE_VERSION: "22.20.0"
67+
NODE_VERSION: "24.15.0"
6868
ELIZA_LIVE_TEST: "1"
6969

7070
permissions:

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
APP_DIR: packages/app
18-
NODE_VERSION: "23"
18+
NODE_VERSION: "24.15.0"
1919

2020
jobs:
2121
build-android:

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
APP_DIR: packages/app
18-
NODE_VERSION: "23"
18+
NODE_VERSION: "24.15.0"
1919

2020
jobs:
2121
build-ios:

.github/workflows/cerebras-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ permissions:
5353

5454
env:
5555
BUN_VERSION: "1.3.13"
56-
NODE_VERSION: "22.20.0"
56+
NODE_VERSION: "24.15.0"
5757
PYTHON_VERSION: "3.12"
5858

5959
jobs:

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node.js
4242
uses: actions/setup-node@v6
4343
with:
44-
node-version: "23"
44+
node-version: "24.15.0"
4545

4646
- name: Setup Bun
4747
uses: oven-sh/setup-bun@v2
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Node.js
9595
uses: actions/setup-node@v6
9696
with:
97-
node-version: "23"
97+
node-version: "24.15.0"
9898

9999
- name: Setup Bun
100100
uses: oven-sh/setup-bun@v2
@@ -129,7 +129,7 @@ jobs:
129129
- name: Setup Node.js
130130
uses: actions/setup-node@v6
131131
with:
132-
node-version: "23"
132+
node-version: "24.15.0"
133133

134134
- name: Setup Bun
135135
uses: oven-sh/setup-bun@v2

.github/workflows/jsdoc-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: steps.check-autodoc.outputs.exists == 'true'
7777
uses: actions/setup-node@v6
7878
with:
79-
node-version: "23"
79+
node-version: "24.15.0"
8080

8181
- name: Setup Python
8282
if: steps.check-autodoc.outputs.exists == 'true'

.github/workflows/lifeops-bench.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
- "packages/core/src/runtime/**"
3131
- "test/scenarios/lifeops.**"
3232
- "scripts/lifeops-*.mjs"
33-
- "scripts/aggregate-lifeops-run.mjs"
3433
- ".github/workflows/lifeops-bench.yml"
3534
workflow_dispatch:
3635
inputs:

.github/workflows/live-scenarios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ concurrency:
7474

7575
env:
7676
BUN_VERSION: "1.3.13"
77-
NODE_VERSION: "22.20.0"
77+
NODE_VERSION: "24.15.0"
7878
ELIZA_LIVE_TEST: "1"
7979

8080
permissions:

0 commit comments

Comments
 (0)