Skip to content

Commit

Permalink
Merge pull request #284 from lapras-inc/26309/feature/node-update
Browse files Browse the repository at this point in the history
chore: node engineを22.11にupdate
  • Loading branch information
lostfind authored Nov 28, 2024
2 parents c633001 + d2d07cb commit 78992e7
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
@@ -1,6 +1,6 @@
{
"name": "@lapras-inc/lapras-frontend",
"version": "0.3.5",
"version": "0.3.6",
"author": "nasum <[email protected]>",
"scripts": {
"build": "npm run build:types && npm run build:vue",
Expand Down Expand Up @@ -83,7 +83,7 @@
]
},
"engines": {
"node": "20.x"
"node": ">=20.x <=22.x"
},
"peerDependencies": {
"vue": "^3.4.34"
Expand Down

0 comments on commit 78992e7

Please sign in to comment.