Skip to content

Commit

Permalink
Update Node.js to >=16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent c6fbd19 commit 145c014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"export": "./dist/index.js",
"engines": {
"node": ">=16"
"node": ">=16.20.2"
},
"bin": {
"dolos": "dist/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Core classes and algorithms for Dolos source code similarity checker",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16"
"node": ">=16.20.2"
},
"scripts": {
"test": "tsc --build && ava",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Code similarity detection based on the Winnowing algorithm",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16"
"node": ">=16.20.2"
},
"scripts": {
"test": "tsc --build && ava",
Expand Down

0 comments on commit 145c014

Please sign in to comment.