Skip to content

Commit 31cd8b1

Browse files
committed
bump node
1 parent 1da8059 commit 31cd8b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pr-ci-healchecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Download side binaries
4242
env:
4343
ARCH: x86_64-unknown-linux-gnu
44-
SHINKAI_NODE_VERSION: v1.0.2
44+
SHINKAI_NODE_VERSION: v1.0.3
4545
OLLAMA_VERSION: v0.6.8
4646
run: |
4747
npx ts-node ./ci-scripts/download-side-binaries.ts

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: Download side binaries
215215
env:
216216
ARCH: ${{ matrix.arch }}
217-
SHINKAI_NODE_VERSION: v1.0.2
217+
SHINKAI_NODE_VERSION: v1.0.3
218218
OLLAMA_VERSION: v0.6.8
219219
run: |
220220
npx ts-node ./ci-scripts/download-side-binaries.ts

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Download side binaries
216216
env:
217217
ARCH: ${{ matrix.arch }}
218-
SHINKAI_NODE_VERSION: v1.0.2
218+
SHINKAI_NODE_VERSION: v1.0.3
219219
OLLAMA_VERSION: v0.6.8
220220
run: |
221221
npx ts-node ./ci-scripts/download-side-binaries.ts

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
4444
```
4545
ARCH="aarch64-apple-darwin" \
4646
OLLAMA_VERSION="v0.6.8" \
47-
SHINKAI_NODE_VERSION="v1.0.2" \
47+
SHINKAI_NODE_VERSION="v1.0.3" \
4848
npx ts-node ./ci-scripts/download-side-binaries.ts
4949
```
5050

5151
#### Linux
5252
```
5353
ARCH="x86_64-unknown-linux-gnu" \
5454
OLLAMA_VERSION="v0.6.8" \
55-
SHINKAI_NODE_VERSION="v1.0.2" \
55+
SHINKAI_NODE_VERSION="v1.0.3" \
5656
npx ts-node ./ci-scripts/download-side-binaries.ts
5757
```
5858

5959
#### Windows
6060
```
6161
$ENV:OLLAMA_VERSION="v0.6.8";
62-
$ENV:SHINKAI_NODE_VERSION="v1.0.2";
62+
$ENV:SHINKAI_NODE_VERSION="v1.0.3";
6363
$ENV:ARCH="x86_64-pc-windows-msvc";
6464
npx ts-node ./ci-scripts/download-side-binaries.ts
6565
```

0 commit comments

Comments
 (0)