this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

drop support for node.js <20

+3 -2
+1
changelog.md
··· 9 9 10 10 ### Changed 11 11 12 + - **BREAKING**: Update minimum supported Node.js version from 20 to 22 12 13 - Updated and removed dependencies 13 14 14 15 ## [5.0.0](https://github.com/patrik-csak/mac-terminal/compare/v4.0.0...v5.0.0) – 2025-09-12
+1 -1
package-lock.json
··· 25 25 "xo": "^2.0.2" 26 26 }, 27 27 "engines": { 28 - "node": ">=20 <=24" 28 + "node": ">=22 <=24" 29 29 } 30 30 }, 31 31 "node_modules/@altano/repository-tools": {
+1 -1
package.json
··· 44 44 "xo": "^2.0.2" 45 45 }, 46 46 "engines": { 47 - "node": ">=20 <=24" 47 + "node": ">=22 <=24" 48 48 }, 49 49 "os": [ 50 50 "darwin"