Skip to content

Commit dcde655

Browse files
committed
build: drop support for node 18
BREAKING CHANGE: Drop support for node 18
1 parent be85773 commit dcde655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [ 18.x, 20.x, 22.x ]
17+
node-version: [ 20.x, 22.x, 24.x ]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:

0 commit comments

Comments
 (0)