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 02baf3f commit 5552929
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 tool to help calculate and explain bandwidth allowances for Droplets on DigitalOcean.",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": "20.9.0"
},
"type": "module",
"scripts": {
"build": "npm run build:clean && npm run build:template && npm run build:droplets && npm run build:kubernetes && npm run build:static && npm run build:tool",
Expand Down

1 comment on commit 5552929

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

bandwidth-tool (Build Analysis Report)

Please sign in to comment.