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:
194194 tinygo-version : ' 0.27.0'
195195 - uses : actions/setup-node@v3
196196 with :
197- node-version : ' 16 .x'
197+ node-version : ' 20 .x'
198198 - name : Install Swift
199199 run : |
200200 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:
597597 "http-js" ,
598598 Some ( "https://github.com/fermyon/spin-js-sdk" ) ,
599599 None ,
600- & [ "js2wasm" ] ,
600+ & [ ] ,
601601 prebuild,
602602 HashMap :: default ( ) ,
603- "Hello from JS-SDK " ,
603+ "hello universe " ,
604604 )
605605 }
606606
@@ -617,10 +617,10 @@ Caused by:
617617 "http-ts" ,
618618 Some ( "https://github.com/fermyon/spin-js-sdk" ) ,
619619 None ,
620- & [ "js2wasm" ] ,
620+ & [ ] ,
621621 prebuild,
622622 HashMap :: default ( ) ,
623- "Hello from TS-SDK " ,
623+ "hello universe " ,
624624 )
625625 }
626626
You can’t perform that action at this time.
0 commit comments