Skip to content

Commit c7f09fa

Browse files
authored
update node version for integration test (#2698)
Signed-off-by: karthik2804 <[email protected]>
1 parent 699149b commit c7f09fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/integration.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)