Skip to content

Commit 5adf3c6

Browse files
committed
add engines field
1 parent 9d77eda commit 5adf3c6

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"test": "tsx ./quartz/util/path.test.ts",
1818
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
1919
},
20+
"engines": {
21+
"node": ">=18.14"
22+
},
2023
"keywords": [
2124
"site generator",
2225
"ssg",

0 commit comments

Comments
 (0)