Skip to content

Commit 7349446

Browse files
chore: drop Node.js 18 from CI build matrix
Remove Node.js 18.x from the build/test matrix, keeping only Node.js 20.x and 22.x. Node 18 reached end-of-life on 2025-04-30. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 45fce22 commit 7349446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [18.x, 20.x, 22.x]
24+
node-version: [20.x, 22.x]
2525
# Single version should work for compilation testing
2626

2727
steps:

0 commit comments

Comments
 (0)