Skip to content

Commit a2f0baa

Browse files
authored
node-cache - fix: adding in supported node versions (#1256)
1 parent b701b4d commit a2f0baa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/node-cache/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"import": "./dist/index.js"
1313
}
1414
},
15+
"engines": {
16+
"node": ">=18"
17+
},
1518
"repository": {
1619
"type": "git",
1720
"url": "git+https://github.com/jaredwray/cacheable.git",

0 commit comments

Comments
 (0)