-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
Description
What would you like?
Update the npm module markdown-link-check to a version that runs without errors or deprecations on Node.js 24.
Why is this needed?
The repo is currently configured to use markdown-link-check@3.14.1 which is the latest version.
-
Node.js 24: [DEP0176] DeprecationWarning: fs.R_OK is deprecated, use fs.constants.R_OK instead tcort/markdown-link-check#534 means that this version outputs a deprecation warning under Node.js 24.
-
Supports resolution of issue Update action to run under Node.js 24 #1519
Other
Steps to reproduce
Ubuntu 24.04.3 LTS, Node.js 24.11.0 LTS
npm ci
npm run check:markdown-linksLogs
(node:4484) [DEP0176] DeprecationWarning: fs.R_OK is deprecated, use fs.constants.R_OK instead
(Use `node --trace-deprecation ...` to show where the warning was created)