Skip to content

Commit 24c36a7

Browse files
committed
Minor adjustment
1 parent 8c332d0 commit 24c36a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.amqp.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77
pull_request:
88

99
jobs:
10-
call-build-flow:
10+
call-ci-flow:
11+
strategy:
12+
matrix:
13+
node-version: [22.x ]
1114
uses: kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml
12-
# TODO: introduce matrix for node versions
1315
with:
1416
working_directory: 'packages/amqp'
15-
node_version: '22.x'
17+
node_version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)