Skip to content

Commit

Permalink
build: require node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Apr 24, 2024
1 parent f5fefa1 commit 0c885ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Octobug's blog.",
"main": "index.js",
"type": "module",
"engines" : {
"node" : ">=18.0.0"
},
"scripts": {
"dev": "vitepress dev --host",
"build": "vitepress build",
Expand Down

0 comments on commit 0c885ee

Please sign in to comment.