Skip to content

Commit 31a343b

Browse files
authored
Merge pull request #2518 from MikeMcC399/node-support
docs: add support links for Node.js and npm
2 parents b5159a5 + 238c79f commit 31a343b

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,20 @@ for current Engine versions.
285285

286286
## Supported Node.js versions
287287

288-
This project will support Node.js versions as still under active support as per the [Node.js release schedule](https://github.com/nodejs/Release).
288+
Support for `node` Docker images is limited to
289+
[Node.js active versions](https://github.com/nodejs/Release#release-schedule).
290+
291+
Before opening an issue in this repo, please consider if the problem only occurs
292+
in a `node` Docker environment.
293+
294+
If a problem can also be reproduced without using an image from this repo,
295+
for example in a non-Docker environment,
296+
then it should be reported to the corresponding component.
297+
298+
Use the
299+
[Node.js issues](https://github.com/nodejs/node/issues) or the
300+
[npm issues](https://github.com/npm/cli/issues) list to check for known issues
301+
or to report new issues for these components.
289302

290303
## Supported architectures
291304

0 commit comments

Comments
 (0)