plugins/completion/copilot: use nodejs-18_x (#396)

This commit is contained in:
Jean-Francois Chevrette 2023-05-29 10:35:07 -04:00 committed by GitHub
parent 3f08cff1d0
commit cf6a614e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in {
extraPlugins = [cfg.package]; extraPlugins = [cfg.package];
globals = globals =
{ {
copilot_node_command = "${pkgs.nodejs-16_x}/bin/node"; copilot_node_command = "${pkgs.nodejs-18_x}/bin/node";
copilot_filetypes = cfg.filetypes; copilot_filetypes = cfg.filetypes;
} }
// ( // (