- Use
prepare_windows_host_for_app_distribution.ps1
instead ofprepare_windows_host_for_node.ps1
. - This plugin no longer sets up Node.js in Windows clients, us use
nvm-buildkite-plugin
instead.
- In 4.0.0, the
pr_changed_files
command uses exit codes by default. To flag to replicate the previous behavior with stdout output, use the--stdout
.
- The
nvm_install
utility has been removed in 3.0.0. Here are the detailed migration steps:- Remove all
nvm_install
calls from pipeline steps. - Add nvm-buildkite-plugin to the pipeline step yaml.
- (Optional) Configure the
version
option to be the node.js version that's required by the pipeline step. The.nvmrc
file will be used if it's not set.
- Remove all