Skip to content

Commit e946e68

Browse files
authored
Merge pull request #579 from dcSpark/nico/bump_npde_version
bump node version 0.9.3
2 parents 175743a + 85549ea commit e946e68

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download side binaries
3838
env:
3939
ARCH: x86_64-unknown-linux-gnu
40-
SHINKAI_NODE_VERSION: v0.9.2
40+
SHINKAI_NODE_VERSION: v0.9.3
4141
OLLAMA_VERSION: v0.5.4
4242
run: |
4343
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
@@ -208,7 +208,7 @@ jobs:
208208
- name: Download side binaries
209209
env:
210210
ARCH: ${{ matrix.arch }}
211-
SHINKAI_NODE_VERSION: v0.9.2
211+
SHINKAI_NODE_VERSION: v0.9.3
212212
OLLAMA_VERSION: v0.5.4
213213
run: |
214214
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
@@ -206,7 +206,7 @@ jobs:
206206
- name: Download side binaries
207207
env:
208208
ARCH: ${{ matrix.arch }}
209-
SHINKAI_NODE_VERSION: v0.9.2
209+
SHINKAI_NODE_VERSION: v0.9.3
210210
OLLAMA_VERSION: v0.5.4
211211
run: |
212212
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
@@ -46,22 +46,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
4646
```
4747
ARCH="aarch64-apple-darwin" \
4848
OLLAMA_VERSION="v0.5.4" \
49-
SHINKAI_NODE_VERSION="v0.9.2" \
49+
SHINKAI_NODE_VERSION="v0.9.3" \
5050
npx ts-node ./ci-scripts/download-side-binaries.ts
5151
```
5252

5353
#### Linux
5454
```
5555
ARCH="x86_64-unknown-linux-gnu" \
5656
OLLAMA_VERSION="v0.5.4"\
57-
SHINKAI_NODE_VERSION="v0.9.2" \
57+
SHINKAI_NODE_VERSION="v0.9.3" \
5858
npx ts-node ./ci-scripts/download-side-binaries.ts
5959
```
6060

6161
#### Windows
6262
```
6363
$ENV:OLLAMA_VERSION="v0.5.4"
64-
$ENV:SHINKAI_NODE_VERSION="v0.9.2"
64+
$ENV:SHINKAI_NODE_VERSION="v0.9.3"
6565
$ENV:ARCH="x86_64-pc-windows-msvc"
6666
npx ts-node ./ci-scripts/download-side-binaries.ts
6767
```

0 commit comments

Comments
 (0)