We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad39877 commit b6856daCopy full SHA for b6856da
1 file changed
.github/workflows/unit.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker-practice/actions-setup-docker@master
27
if: ${{ matrix.platform == 'macos-latest' }}
28
- name: Initialize Dapr
29
- run: dapr init
+ run: dapr init -s --runtime-version 1.7.1
30
- name: Install dependencies
31
run: npm install
32
- name: Build TypeScript project
0 commit comments