We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c332d0 commit 24c36a7Copy full SHA for 24c36a7
1 file changed
.github/workflows/ci.amqp.yml
@@ -7,9 +7,11 @@ on:
7
pull_request:
8
9
jobs:
10
- call-build-flow:
+ call-ci-flow:
11
+ strategy:
12
+ matrix:
13
+ node-version: [22.x ]
14
uses: kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml
- # TODO: introduce matrix for node versions
15
with:
16
working_directory: 'packages/amqp'
- node_version: '22.x'
17
+ node_version: ${{ matrix.node-version }}
0 commit comments