Update nodejs to >= 16.x
This commit is contained in:
parent
0fc869624a
commit
2da00b6a29
2 changed files with 2 additions and 2 deletions
|
@ -106,6 +106,6 @@
|
|||
"typescript": "^4.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
compass
|
||||
git
|
||||
nasm
|
||||
nodejs-10_x
|
||||
nodejs-16_x
|
||||
rsync
|
||||
sqlite
|
||||
zlib
|
||||
|
|
Loading…
Reference in a new issue