Skip to content

Commit

Permalink
fix(package.json): fix node.js version requirement
Browse files Browse the repository at this point in the history
Fixes #643.
  • Loading branch information
jbms committed Nov 14, 2024
1 parent 1255beb commit 39272cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/google/neuroglancer.git"
},
"engines": {
"node": ">=20.10 <21 || >=21.2"
"node": ">=20.11 <21 || >=21.2"
},
"browserslist": [
"last 2 Chrome versions",
Expand Down

0 comments on commit 39272cd

Please sign in to comment.