Skip to content

Commit

Permalink
Spinning up the hamster...
Browse files Browse the repository at this point in the history
Fix CI for the wasm build using node
  • Loading branch information
nick-mobilecoin committed Oct 18, 2023
1 parent a005f29 commit 86f3f74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build and test the wasm-test crate
Expand Down
6 changes: 3 additions & 3 deletions .mobconf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[image]
url = mobilecoin/builder-install
tag = v0.0.30
tag = sha-ba2b5a0
[builder-install]
url = mobilecoin/builder-install
tag = v0.0.30
tag = sha-ba2b5a0
[signing-tools]
url = mobilecoin/signing-tools
tag = v0.0.1
tag = sha-ba2b5a0

0 comments on commit 86f3f74

Please sign in to comment.