this repo has no description
0
fork

Configure Feed

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

support node.js versions 18 and 19

+15 -2
+13
changelog.md
··· 1 + # Changelog 2 + 3 + All notable changes to this project will be documented in this file. 4 + 5 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 + and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 + 8 + ## [Unreleased](https://github.com/ptrkcsk/terminal-profile/compare/v1.0.3…HEAD) 9 + 10 + ### Added 11 + 12 + - Changelog 13 + - Declare support for Node.js v18 and v19
+1 -1
package-lock.json
··· 18 18 "xo": "^0.50.0" 19 19 }, 20 20 "engines": { 21 - "node": "14 - 16" 21 + "node": "14 - 19" 22 22 } 23 23 }, 24 24 "node_modules/@babel/code-frame": {
+1 -1
package.json
··· 25 25 "xo": "^0.50.0" 26 26 }, 27 27 "engines": { 28 - "node": "14 - 16" 28 + "node": "14 - 19" 29 29 }, 30 30 "os": [ 31 31 "darwin"