Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 1411721

Browse files
committed
chore: add engines to package.json file
1 parent 5eed18d commit 1411721

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
".": "./build/index.js",
1414
"./types": "./build/src/types.js"
1515
},
16+
"engines": {
17+
"node": ">=18.16.0"
18+
},
1619
"scripts": {
1720
"pretest": "npm run lint",
1821
"test": "c8 npm run vscode:test",

0 commit comments

Comments
 (0)