Skip to content

Commit

Permalink
Set engines.node in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Nov 6, 2023
1 parent d9f17d5 commit e24814e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "A portable, embeddable version of the DO Community DNS Lookup tool.",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": "20.9.0"
},
"main": "src/index.js",
"publishConfig": {
"source": "src/index.js",
Expand Down

0 comments on commit e24814e

Please sign in to comment.