Skip to content

Commit 3bd0f24

Browse files
authored
Merge pull request #27 from dylibso/js-pdk-latest
chore: use js-pdk latest
2 parents 13bacab + 610bf60 commit 3bd0f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
18+
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
1919
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v2

.github/workflows/test.yml

Lines changed: 1 addition & 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 -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
24+
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
2525
curl https://static.dylibso.com/cli/install.sh | bash
2626
2727
- name: Setup extism-py

0 commit comments

Comments
 (0)