Skip to content

Commit

Permalink
Bump required Node.js version to >=20.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jul 9, 2024
1 parent 6fba114 commit 41ba5ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": ">=18.0.0"
"node": ">=20.0.0"
},
"devDependencies": {
"markdownlint-cli2": "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion sup/vscode/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 sup/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"Programming Languages"
],
"engines": {
"node": ">=18.0.0",
"node": ">=20.0.0",
"vscode": "^1.89.0"
},
"contributes": {
Expand Down

0 comments on commit 41ba5ee

Please sign in to comment.