We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc19928 commit f90253dCopy full SHA for f90253d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup constants
20
shell: bash
21
run: |
22
- TOIT_VERSION=v2.0.0-alpha.65
+ TOIT_VERSION=v2.0.0-alpha.113
23
echo "TOIT_VERSION=$TOIT_VERSION" >> $GITHUB_ENV
24
export DOWNLOAD_DIR="${{ github.workspace }}/downloads"
25
echo "DOWNLOAD_DIR=$DOWNLOAD_DIR" >> $GITHUB_ENV
package.lock
@@ -1 +1 @@
1
-sdk: ^2.0.0-alpha.65
+sdk: ^2.0.0-alpha.113
0 commit comments