this repo has no description
0
fork

Configure Feed

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

update supported node.js versions

Patrik Csak 5191cf51 fe0ffa0d

+11 -1
+10
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [Unreleased](https://github.com/ptrkcsk/terminal-profile/compare/v2.0.0..HEAD) 9 + 10 + ### Added 11 + 12 + - Support for Node.js v22–24 13 + 14 + ### Removed 15 + 16 + - **BREAKING**: Support for Node.js versions before v20 17 + 8 18 ## [2.0.0](https://github.com/ptrkcsk/terminal-profile/compare/v1.2.0...v2.0.0) – 2023-05-10 9 19 10 20 ### Added
+1 -1
package.json
··· 26 26 "xo": "^0.54.2" 27 27 }, 28 28 "engines": { 29 - "node": ">=16 <=20" 29 + "node": ">=20 <=24" 30 30 }, 31 31 "os": [ 32 32 "darwin"