Skip to content

Commit 329815f

Browse files
authored
Merge pull request #15 from karthik2804/update_sdk_v4
update to be compatible with v4 of the JS SDK
2 parents cbff568 + c031b20 commit 329815f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2402
-4919
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Use Node.js 20
17+
- name: Use Node.js 22
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 20
20+
node-version: 22
2121

2222
- name: Install depencies
2323
shell: bash
2424
run: npm install
2525

26-
- name: Install spin
27-
uses: engineerd/[email protected]
28-
with:
29-
name: "spin"
30-
url: "https://github.com/fermyon/spin/releases/download/v2.5.1/spin-v2.5.1-linux-amd64.tar.gz"
31-
pathInArchive: "spin"
26+
- name: Setup `spin`
27+
uses: fermyon/actions/spin/setup@v1
3228

3329
- name: Build
3430
shell: bash

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ lib/
33
*.wasm
44
dist/
55
target/
6+
dist/
7+
build/
68
.spin

package-lock.json

Lines changed: 4 additions & 254 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)