Skip to content

Commit 916111e

Browse files
committed
ci: update Node.js test matrix to 20, 22, 24
- Remove Node 18 (EOL April 2024) - Add Node 24 (latest release April 2025) - Keep Node 20 and 22 (current LTS versions)
1 parent a0f079e commit 916111e

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: ['18', '20', '22']
16+
node-version: ['20', '22', '24']
1717
fail-fast: false
1818

1919
steps:

0 commit comments

Comments
 (0)