Skip to content

Commit

Permalink
Set required Node.js version to ^20.0.0.
Browse files Browse the repository at this point in the history
We do not need as exact control over the Node.js version used as we do for the
.NET SDK version used.
  • Loading branch information
alexrp committed Dec 22, 2023
1 parent 3204af4 commit dd964fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/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 doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"engines": {
"node": "20.5.0"
"node": "^20.0.0"
},
"devDependencies": {
"markdownlint-cli2": "0.10.0"
Expand Down

0 comments on commit dd964fe

Please sign in to comment.