Skip to content

Commit b9de7b7

Browse files
authored
feat(deps): update engines to disallow node.js 21 (#844)
BREAKING CHANGE: Support Node.js 18.x, 20.x, 22.x and later
1 parent c787515 commit b9de7b7

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
@@ -75,6 +75,6 @@
7575
"yaml-lint": "1.7.0"
7676
},
7777
"engines": {
78-
"node": "^18.0.0 || >=20.0.0"
78+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
7979
}
8080
}

0 commit comments

Comments
 (0)