Skip to content

Commit 12ea931

Browse files
committed
fix: Clarify minimum Node version requirement (22.16)
1 parent 925dae7 commit 12ea931

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/config-eslint/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const configs = [
6666
{
6767
settings: {
6868
node: {
69-
version: '22.0',
69+
version: '22.16',
7070
},
7171
},
7272
},

packages/rest/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"bugs": {
1313
"url": "https://github.com/Sidnioulz/figmarine/issues"
1414
},
15+
"engines": {
16+
"node": ">=22.16.0"
17+
},
1518
"keywords": ["figma", "rest", "api", "openapi-specification", "oas", "figmarine"],
1619
"author": "Steve Dodier-Lazaro",
1720
"homepage": "https://github.com/Sidnioulz/figmarine",

0 commit comments

Comments
 (0)