Skip to content

Commit 38519b1

Browse files
committed
fix: add more node versions to the matrix
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 94273ad commit 38519b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Lint and test project
2121
strategy:
2222
matrix:
23-
node: ['24', 'latest']
23+
node: ['18', '20', '24', 'latest']
2424
env:
2525
MAIN_NODE_VER: '24'
2626
steps:

0 commit comments

Comments
 (0)