Skip to content

Commit

Permalink
Fix node engine defined in package json (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
murilovmachado authored Jul 8, 2024
1 parent 33333bb commit 2a96632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-hrm-form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin-hrm-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "commonjs",
"engines": {
"node": "^18.20.3"
"node": "^18.20.0"
},
"scripts": {
"bundle-analyzer": "cross-env BUNDLE_ANALYZER=true npm run build",
Expand Down

0 comments on commit 2a96632

Please sign in to comment.