Update Node from v16.18 to v18.19
Description
Update Node.js version to 18.19
Is this repository still under active development, @jenkey2011?
We are using the vuepress-deploy action in several project and are faced with WARN EBADENGINE Unsupported engine warnings related to the Docker image's Node version v16.19.1 while our projects' dependencies require higher versions (e.g. required: { node: '>=18.0.0' }, see this deployment workflow).
The v16.19.1 Docker Image has several strong vulnerabilities. It would be helpful to merge this PR.
Hello @undefined-ux,
as said above we were also faced with WARN EBADENGINE Unsupported engine warnings related to the Docker image's Node version v16.19.1 while our projects' dependencies require higher versions.
Since this repo des not seem to be maintained anymore, we forked it and updated the Github Action's docker file node version to 20.12.1, which meets our requirements. We will continue to maintain int to keep this action current and useful
You can find it here.
Please give it a try and give feedback, how it works for your projects.
Kind regards,
@mahula from @IT4Change
Hello @undefined-ux, as said above we were also faced with
WARN EBADENGINE Unsupported enginewarnings related to the Docker image's Node versionv16.19.1while our projects' dependencies require higher versions. Since this repo des not seem to be maintained anymore, we forked it and updated the Github Action's docker file node version to20.12.1, which meets our requirements. We will continue to maintain int to keep this action current and useful You can find it here. Please give it a try and give feedback, how it works for your projects. Kind regards, @mahula from @IT4Change
It works perfectly. Thank you for your continued work maintaining this project.
It's can be merge?