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 7d213b6 commit 4cd4d03
Showing 1 changed file with 4 additions and 0 deletions.
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 Glob 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 4cd4d03

Please sign in to comment.