sentenz / devops

A service for DevOps operations.
Apache License 2.0
1 stars 3 forks source link

Migrate from `markdownlint-cli` to `markdownlint-cli2` #72

Closed sentenz closed 1 year ago

sentenz commented 1 year ago

The execution of the installation command npm install -g markdownlint-cli fails because the required node version is not supported by the development environment.

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'markdownlint-cli@0.33.0',
npm WARN EBADENGINE   required: { node: '>=14' },
npm WARN EBADENGINE   current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'markdownlint@0.27.0',
npm WARN EBADENGINE   required: { node: '>=14.18.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: