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
··· 7 7 8 8 ## [Unreleased](https://github.com/patrik-csak/auto-terminal-profile/compare/v7.0.1...HEAD) 9 9 10 + - **BREAKING**: Update minimum supported Node.js version from 20 to 22 10 11 - Updated and removed dependencies 11 12 12 13 ## [7.0.1](https://github.com/patrik-csak/auto-terminal-profile/compare/v7.0.0...v7.0.1) – 2025-11-17
+1 -1
package-lock.json
··· 31 31 "xo": "^2.0.1" 32 32 }, 33 33 "engines": { 34 - "node": ">=20.12.0 <=24" 34 + "node": ">=22 <=24" 35 35 } 36 36 }, 37 37 "node_modules/@altano/repository-tools": {
+1 -1
package.json
··· 60 60 "xo": "^2.0.1" 61 61 }, 62 62 "engines": { 63 - "node": ">=20.12.0 <=24" 63 + "node": ">=22 <=24" 64 64 }, 65 65 "os": [ 66 66 "darwin"