Skip to content

Commit 868de40

Browse files
authored
Test against non-EoL versions of Node.js (#203)
https://nodejs.org/en/about/previous-releases Wasn't sure if we should add 25, it will likely go EoL in a month, but can be nice to know about potential incompatibilities with the upcoming 26 version.
1 parent 5ea43ed commit 868de40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lavinmq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [20.x, 22.x, 23.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x, 25.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:

.github/workflows/rabbitmq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x, 25.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:

0 commit comments

Comments
 (0)