Skip to content

Commit 867d34d

Browse files
committed
chore: define minimum node version (#870)
1 parent 1b0eff4 commit 867d34d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/actor-core/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
"name": "actor-core",
33
"version": "0.7.9",
44
"license": "Apache-2.0",
5-
"files": [
6-
"dist",
7-
"src",
8-
"deno.json",
9-
"bun.json",
10-
"package.json"
11-
],
5+
"files": ["dist", "src", "deno.json", "bun.json", "package.json"],
126
"type": "module",
137
"bin": "./dist/cli/mod.cjs",
148
"exports": {
@@ -153,6 +147,9 @@
153147
}
154148
}
155149
},
150+
"engines": {
151+
"node": ">=22.0.0"
152+
},
156153
"sideEffects": false,
157154
"scripts": {
158155
"dev": "yarn build --watch",

0 commit comments

Comments
 (0)