Skip to content

Commit 3ef4f9f

Browse files
committed
Add node engines field
1 parent 9342046 commit 3ef4f9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"lint": "tsc && biome lint --diagnostic-level=error pages components",
99
"start": "next dev"
1010
},
11+
"engines": {
12+
"node": ">=18"
13+
},
1114
"repository": {
1215
"type": "git",
1316
"url": "git://github.com/af/af.github.com.git"

0 commit comments

Comments
 (0)