Skip to content

Commit c50edec

Browse files
committed
Node-RED Matrix test
1 parent 3aa6c21 commit c50edec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
node-version: [18.x, 20.x, 22.x]
13+
node-red: [2.x, 3.x, 4.x]
1314

1415
steps:
1516
- uses: actions/checkout@v3
@@ -18,7 +19,7 @@ jobs:
1819
with:
1920
node-version: ${{ matrix.node-version }}
2021
- run: npm install
21-
- run: npm install -g node-red
22+
- run: npm install -g node-red@${{ matrix.node-red }}
2223
- run: npm link node-red
2324
- run: npm install -g mocha
2425
- run: npm install -g semistandard

0 commit comments

Comments
 (0)