kontent-ai-bot / backup-manager-js

This utility enables backup & restore of Kontent.ai projects
https://kontent.ai
MIT License
7 stars 7 forks source link

Use latest Node on CI since the old version doesn't support package-l… #39

Closed JiriLojda closed 1 year ago

JiriLojda commented 1 year ago

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.