Skip to content

Commit

Permalink
feat(deps): update engines to min node.js 18 (#727)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires minimum Node.js 18
  • Loading branch information
MikeMcC399 committed Sep 11, 2023
1 parent 790da8e commit f4e1a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18
20
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
Expand Up @@ -76,6 +76,6 @@
"yaml-lint": "1.7.0"
},
"engines": {
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
"node": "^18.0.0 || >=20.0.0"
}
}

0 comments on commit f4e1a84

Please sign in to comment.