Skip to content

Commit ed2ea51

Browse files
authored
Merge pull request #205 from RightCapitalHQ/feature/set-proper-engines-node-field
feat: update `engines.node` for import attributes support
2 parents b97086f + 5388740 commit ed2ea51

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"comment": "feat: set engines.node for import attributes support",
3+
"type": "patch",
4+
"packageName": "@rightcapital/eslint-config",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"packageManager": "[email protected]",
5757
"engines": {
58-
"node": ">=20"
58+
"node": "^18.20.0 || ^20.10.0 || ^21.1.0 || >=22"
5959
},
6060
"publishConfig": {
6161
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)