File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194
194
tinygo-version : ' 0.27.0'
195
195
- uses : actions/setup-node@v3
196
196
with :
197
- node-version : ' 16 .x'
197
+ node-version : ' 20 .x'
198
198
- name : Install Swift
199
199
run : |
200
200
wget https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.8-SNAPSHOT-2023-02-24-a/swift-wasm-5.8-SNAPSHOT-2023-02-24-a-ubuntu22.04_x86_64.tar.gz
Original file line number Diff line number Diff line change @@ -597,10 +597,10 @@ Caused by:
597
597
"http-js" ,
598
598
Some ( "https://github.com/fermyon/spin-js-sdk" ) ,
599
599
None ,
600
- & [ "js2wasm" ] ,
600
+ & [ ] ,
601
601
prebuild,
602
602
HashMap :: default ( ) ,
603
- "Hello from JS-SDK " ,
603
+ "hello universe " ,
604
604
)
605
605
}
606
606
@@ -617,10 +617,10 @@ Caused by:
617
617
"http-ts" ,
618
618
Some ( "https://github.com/fermyon/spin-js-sdk" ) ,
619
619
None ,
620
- & [ "js2wasm" ] ,
620
+ & [ ] ,
621
621
prebuild,
622
622
HashMap :: default ( ) ,
623
- "Hello from TS-SDK " ,
623
+ "hello universe " ,
624
624
)
625
625
}
626
626
You can’t perform that action at this time.
0 commit comments