From c9fd3a986d3cc2ae7cc4029051a73f1da80d1c12 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 10 Sep 2024 23:52:30 +0200 Subject: [PATCH] feat(docs): overview of previously supported Node.js (#2602) * feat(docs): overview of previously supported Node.js * minor edits --------- Co-authored-by: Carl-Erik Kopseng --- COMPATIBILITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index f064fb741..8b8284e94 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -35,6 +35,24 @@ To see what that means in practice, you can use https://browserslist.dev Sauce Test Status

+## Previous supported Node.js + +The following table serves as an orientation if support for an older unsupported Node.js version is required. + +| Sinon.JS | supported Node.js | +| :------: | :---------------: | +| 18 | 18, 20, 22 | +| 17 | 18, 20 | +| 16 | 16, 18, 20 | +| 15 | 14, 16, 18 | +| 14 | 14, 16, 18 | +| 13 | 12, 14, 16 | +| 12 | 12, 14, 16 | +| 11 | 12, 14 | +| 10 | 10, 12, 14 | +| 9 | 10, 12 | +| 8 | 8, 10, 12 | + [es5]: http://www.ecma-international.org/ecma-262/5.1/ [es2017]: https://262.ecma-international.org/8.0/ [shared-config]: https://github.com/sinonjs/eslint-config