Skip to content

Commit 13bacab

Browse files
authored
Merge pull request #25 from dylibso/test-v1.3.3
test js pdk v1.3.3
2 parents 345cade + 6ed119c commit 13bacab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Setup Extism
1717
run: |
18-
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
18+
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
1919
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v2

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup Extism and XTP
2323
run: |
24-
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
24+
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
2525
curl https://static.dylibso.com/cli/install.sh | bash
2626
2727
- name: Setup extism-py
@@ -63,6 +63,8 @@ jobs:
6363
6464
- name: Run Bindgen Test
6565
run: |
66+
extism-js --version
67+
6668
sh bundle.sh
6769
sh bindgen-test.sh install
6870
sh bindgen-test.sh run

0 commit comments

Comments
 (0)