We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da35b5 commit 351c639Copy full SHA for 351c639
1 file changed
.github/workflows/unit.yml
@@ -9,6 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
node-version: [16]
12
+ dapr-version: [1.6.3, 1.7.4]
13
platform: [ubuntu-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
@@ -26,7 +27,7 @@ jobs:
26
27
uses: docker-practice/actions-setup-docker@master
28
if: ${{ matrix.platform == 'macos-latest' }}
29
- name: Initialize Dapr
- run: dapr init -s --runtime-version 1.7.1
30
+ run: dapr init -s --runtime-version ${{ matrix.dapr-version }}
31
- name: Install dependencies
32
run: npm install
33
- name: Build TypeScript project
0 commit comments