From 5d4d1386e90c85ca7c4835f489fbe0d07aad3c76 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Wed, 13 Sep 2023 17:01:30 -0700 Subject: [PATCH] use js 1.0.0-beta.1 --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index aacbeea29..68743420e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -36,7 +36,7 @@ jobs: # resolution options, using npm release or a gh ref: # # option #1, set the version of soroban-js-client based on a npm release version - SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: 1.0.0-beta.0 + SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: 1.0.0-beta.1 # option #2, set the version of soroban-js-client used as a ref to a gh repo # if a value is set on SYSTEM_TEST_JS_SOROBAN_CLIENT_GH_REPO, it takes precedence # over any SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION