Update nodejs to >= 16.x

This commit is contained in:
baldo 2022-02-07 20:36:48 +01:00
parent 0fc869624a
commit 2da00b6a29
2 changed files with 2 additions and 2 deletions

View file

@ -106,6 +106,6 @@
"typescript": "^4.4.4" "typescript": "^4.4.4"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=16.0.0"
} }
} }

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
compass compass
git git
nasm nasm
nodejs-10_x nodejs-16_x
rsync rsync
sqlite sqlite
zlib zlib