File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ permissions:
4747
4848env :
4949 JAVA_VERSION : " 21"
50- NODE_VERSION : " 22 "
50+ NODE_VERSION : " 24.15.0 "
5151
5252jobs :
5353 build-aab :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ concurrency:
7474
7575env :
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
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ concurrency:
6464
6565env :
6666 BUN_VERSION : " 1.3.13"
67- NODE_VERSION : " 22.20 .0"
67+ NODE_VERSION : " 24.15 .0"
6868 ELIZA_LIVE_TEST : " 1"
6969
7070permissions :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616env :
1717 APP_DIR : packages/app
18- NODE_VERSION : " 23 "
18+ NODE_VERSION : " 24.15.0 "
1919
2020jobs :
2121 build-android :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616env :
1717 APP_DIR : packages/app
18- NODE_VERSION : " 23 "
18+ NODE_VERSION : " 24.15.0 "
1919
2020jobs :
2121 build-ios :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ permissions:
5353
5454env :
5555 BUN_VERSION : " 1.3.13"
56- NODE_VERSION : " 22.20 .0"
56+ NODE_VERSION : " 24.15 .0"
5757 PYTHON_VERSION : " 3.12"
5858
5959jobs :
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ concurrency:
7474
7575env :
7676 BUN_VERSION : " 1.3.13"
77- NODE_VERSION : " 22.20 .0"
77+ NODE_VERSION : " 24.15 .0"
7878 ELIZA_LIVE_TEST : " 1"
7979
8080permissions :
You can’t perform that action at this time.
0 commit comments