Skip to content

Commit b6856da

Browse files
committed
👷 ci(unit): lock dapr runtime to 1.7.1
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent ad39877 commit b6856da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker-practice/actions-setup-docker@master
2727
if: ${{ matrix.platform == 'macos-latest' }}
2828
- name: Initialize Dapr
29-
run: dapr init
29+
run: dapr init -s --runtime-version 1.7.1
3030
- name: Install dependencies
3131
run: npm install
3232
- name: Build TypeScript project

0 commit comments

Comments
 (0)