Skip to content

Commit 81fdde9

Browse files
HeitorAugustoLNGaetanLepage
authored andcommitted
plugins/copilot-lua: bump node.js to 20.x version
1 parent 9557341 commit 81fdde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/copilot-lua/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
166166

167167
extraOptions = {
168168
nodePackage = lib.mkPackageOption pkgs "nodejs" {
169-
default = [ "nodejs-18_x" ];
169+
default = [ "nodejs_20" ];
170170
example = [ "nodejs" ];
171171
nullable = true;
172172
extraDescription = ''

0 commit comments

Comments
 (0)