Skip to content

Commit

Permalink
changed minimum node version to 16.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpietsch authored Jun 19, 2022
1 parent fd9a2e4 commit f23fab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "src/index.js",
"scripts": {},
"engines": {
"node": ">=17.0.0"
"node": ">=16.15.1"
},
"dependencies": {
"@mapbox/shelf-pack": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions similarity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "tsne.js",
"scripts": {},
"engines": {
"node": ">=10"
"node": ">=16.15.1"
},
"license": "MIT",
"dependencies": {
Expand All @@ -22,4 +22,4 @@
"node-fetch": "^2.3.0",
"umap-js": "^1.3.1"
}
}
}

0 comments on commit f23fab9

Please sign in to comment.