Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix: set node engine minimum (#989)
Browse files Browse the repository at this point in the history
* fix: set node engine minimum to 12.20

* vue 3 modification

* set package lock
  • Loading branch information
braddialpad authored May 18, 2023
1 parent c055cb2 commit 31daed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
],
"engineStrict": true,
"engines": {
"node": ">= 18"
"node": ">= 14.17"
},
"type": "module",
"main": "./dist/dialtone-vue.cjs",
Expand Down

0 comments on commit 31daed2

Please sign in to comment.