Skip to content

Commit

Permalink
fix: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Dec 17, 2023
1 parent 0504edd commit 3ba553b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ declare module 'vue' {
IMdiMinus: typeof import('~icons/mdi/minus')['default']
IMdiPencil: typeof import('~icons/mdi/pencil')['default']
IMdiPlus: typeof import('~icons/mdi/plus')['default']
IMdiPrinter: typeof import('~icons/mdi/printer')['default']
IMdiSearch: typeof import('~icons/mdi/search')['default']
IMdiSort: typeof import('~icons/mdi/sort')['default']
IMdiStar: typeof import('~icons/mdi/star')['default']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": "^18.x"
"node": ">=18"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 3ba553b

Please sign in to comment.