Skip to content

Commit

Permalink
chore: add .nvmrc and engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Apr 1, 2023
1 parent 6a9db2c commit 846fc42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.14.2
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"./*.json": ["prettier --write"],
"*.md": ["prettier --write"],
"README.md": ["npx markdown-toc -i"]
},
"engines": {
"node": ">= 18"
}
}

0 comments on commit 846fc42

Please sign in to comment.