Skip to content

Commit

Permalink
feat(deps): update engines to disallow node.js 21
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Support Node.js 18.x, 20.x, 22.x and later
  • Loading branch information
MikeMcC399 committed May 31, 2024
1 parent 13815e7 commit 76d5d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"yaml-lint": "1.7.0"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
}
}

0 comments on commit 76d5d68

Please sign in to comment.