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 f45db6a commit 41aa69b
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 set of simple DNS tools for DigitalOcean Community.",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": "20.9.0"
},
"scripts": {
"build": "npm run build:clean && npm run build:svg && npm run build:template && npm run build:static && npm run build:tools",
"build:clean": "do-vue clean",
Expand Down

1 comment on commit 41aa69b

@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.

dns-lookup (Build Analysis Report) spf-explainer (Build Analysis Report)

Please sign in to comment.