Skip to content

Commit 4e938c6

Browse files
authored
feat: Adds support for Node 24 (#2224)
BREAKING CHANGE: Drops support for Node 18 Signed-off-by: Ryan Smith <3045513+ryasmi@users.noreply.github.com>
1 parent 6bd5a65 commit 4e938c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
# Reduce at EOL - https://github.com/nodejs/Release
31-
node-version: [18.x, 20.x, 22.x]
31+
node-version: [20.x, 22.x, 24.x]
3232

3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)