Skip to content

Commit

Permalink
nodejs: default to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Aug 11, 2022
1 parent d4bbfb4 commit 0cc4703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/subsystems/nodejs/translators/package-lock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ in rec {
# the nodejs version for translating, not for building.
nodejs = {
description = "nodejs version to use for building";
default = "14";
default = "16";
examples = [
"14"
"16"
Expand Down
2 changes: 1 addition & 1 deletion src/subsystems/nodejs/translators/yarn-lock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ in {

nodejs = {
description = "nodejs version to use for building";
default = "14";
default = "16";
examples = [
"14"
"16"
Expand Down

0 comments on commit 0cc4703

Please sign in to comment.