Skip to content

Commit 1b02fe1

Browse files
authored
feat(deps): drop node.js 18.x support (#954)
BREAKING CHANGE: Support Node.js 20.x, 22.x and later
1 parent be5775d commit 1b02fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"yaml-lint": "1.7.0"
7979
},
8080
"engines": {
81-
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
81+
"node": "^20.0.0 || >=22.0.0"
8282
}
8383
}

0 commit comments

Comments
 (0)