Should fix the pipeline. It was broken since the packages got updated in https://github.com/kontent-ai/backup-manager-js/commit/05f1270395f2dcbc076b6bf7c4f50f29bfc252af, because with the package updates the package-lock was generated in the latest version (v3) which is not supported by npm@6 that gets installed with node@14 that was used on the CI. This PR changes the CI to use the latest (lts) version of the node so this problem should not repeat in the future.
Motivation
Should fix the pipeline. It was broken since the packages got updated in https://github.com/kontent-ai/backup-manager-js/commit/05f1270395f2dcbc076b6bf7c4f50f29bfc252af, because with the package updates the package-lock was generated in the latest version (v3) which is not supported by npm@6 that gets installed with node@14 that was used on the CI. This PR changes the CI to use the latest (
lts
) version of the node so this problem should not repeat in the future.