Skip to content

Commit f90253d

Browse files
authored
Run tests on SDK v2.0.0-alpha.113 (#54)
1 parent dc19928 commit f90253d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup constants
2020
shell: bash
2121
run: |
22-
TOIT_VERSION=v2.0.0-alpha.65
22+
TOIT_VERSION=v2.0.0-alpha.113
2323
echo "TOIT_VERSION=$TOIT_VERSION" >> $GITHUB_ENV
2424
export DOWNLOAD_DIR="${{ github.workspace }}/downloads"
2525
echo "DOWNLOAD_DIR=$DOWNLOAD_DIR" >> $GITHUB_ENV

package.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sdk: ^2.0.0-alpha.65
1+
sdk: ^2.0.0-alpha.113

0 commit comments

Comments
 (0)