fix: bump node
This commit is contained in:
parent
64ec9972be
commit
d5a7e8ee5b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pkgs.buildNpmPackage {
|
|||
packageLock = ./package-lock.json; # Use this for npm
|
||||
|
||||
# Node.js version (optional, defaults to pkgs.nodejs)
|
||||
nodejs = pkgs.nodejs-18_x;
|
||||
nodejs = pkgs.nodejs_24;
|
||||
npmDepsHash = "sha256-n9SpPPRvu92RwNPDKZ3f1Splbux2IVGhSazJ4DM2IrA=";
|
||||
|
||||
# Add any additional arguments for the build process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue