Skip to content

Commit 54a10a0

Browse files
author
Francis Gulotta
committed
fix: builds and drop node <18
BREAKING CHANGE: drop nodes 14-17
1 parent e49de78 commit 54a10a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"packageManager": "pnpm@8.6.12",
1212
"engines": {
13-
"node": "^14.13 || >=16 || >=18"
13+
"node": ">=18"
1414
},
1515
"repository": "git@github.com:reconbot/typescript-library-template.git",
1616
"homepage": "https://github.com/reconbot/typescript-library-template",
File renamed without changes.

0 commit comments

Comments
 (0)