Skip to content

Commit c9fd3a9

Browse files
Rotzbuafatso83
andauthored
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 <[email protected]>
1 parent 9715798 commit c9fd3a9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

COMPATIBILITY.md

+18
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@ To see what that means in practice, you can use https://browserslist.dev
3535
<a href="https://saucelabs.com/u/sinonjs"><img src="https://saucelabs.com/browser-matrix/sinonjs.svg" alt="Sauce Test Status"></a>
3636
</p>
3737

38+
## Previous supported Node.js
39+
40+
The following table serves as an orientation if support for an older unsupported Node.js version is required.
41+
42+
| Sinon.JS | supported Node.js |
43+
| :------: | :---------------: |
44+
| 18 | 18, 20, 22 |
45+
| 17 | 18, 20 |
46+
| 16 | 16, 18, 20 |
47+
| 15 | 14, 16, 18 |
48+
| 14 | 14, 16, 18 |
49+
| 13 | 12, 14, 16 |
50+
| 12 | 12, 14, 16 |
51+
| 11 | 12, 14 |
52+
| 10 | 10, 12, 14 |
53+
| 9 | 10, 12 |
54+
| 8 | 8, 10, 12 |
55+
3856
[es5]: http://www.ecma-international.org/ecma-262/5.1/
3957
[es2017]: https://262.ecma-international.org/8.0/
4058
[shared-config]: https://github.com/sinonjs/eslint-config

0 commit comments

Comments
 (0)