Merge pull request #232617 from hercules-ci/netlify-upgrade-nodejs-18

netlify-cli: Upgrade to nodejs_18
This commit is contained in:
Lily Foster 2023-05-18 15:30:42 -04:00 committed by GitHub
commit 6b64aeb2c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_16"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_18"}:
let
nodeEnv = import ./node-env.nix {