Skip to content

Commit

Permalink
chore: drop node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
robrechtme committed Dec 21, 2022
1 parent 16f2f13 commit 2ecbdee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"loco-cli": "./dist/cli.js"
},
"engines": {
"node": "12.x || 14.x || 16.x || 18.x"
"node": "14.x || 16.x || 18.x"
},
"scripts": {
"test": "vitest run",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/cli-progress": "3.11.0",
"@types/inquirer": "8.2.1",
"@types/node": "12.20.47",
"@types/node": "14.x",
"typescript": "4.7.3",
"vitest": "0.16.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11.tgz#6ea7342dfb379ea1210835bada87b3c512120234"
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==

"@types/node@12.20.47":
version "12.20.47"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.47.tgz#ca9237d51f2a2557419688511dab1c8daf475188"
integrity sha512-BzcaRsnFuznzOItW1WpQrDHM7plAa7GIDMZ6b5pnMbkqEtM/6WCOhvZar39oeMQP79gwvFUWjjptE7/KGcNqFg==
"@types/node@14.x":
version "14.18.35"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.35.tgz#879c4659cb7b3fe515844f029c75079c941bb65c"
integrity sha512-2ATO8pfhG1kDvw4Lc4C0GXIMSQFFJBCo/R1fSgTwmUlq5oy95LXyjDQinsRVgQY6gp6ghh3H91wk9ES5/5C+Tw==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down

0 comments on commit 2ecbdee

Please sign in to comment.