Skip to content

Commit

Permalink
fix: update engines versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YurySolovyov committed Jul 6, 2024
1 parent 6bb4704 commit 2249499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"vite": "^4.4.9"
},
"engines": {
"node": ">=v18.18.2",
"yarn": "1.22.19"
"node": "^18.18.2",
"yarn": "^1.22.19"
},
"scripts": {
"build": "vite build && node copy-ff.js",
Expand Down

0 comments on commit 2249499

Please sign in to comment.