Skip to content

Commit

Permalink
chore: add specified node and pnpm minimum version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 4, 2024
1 parent ebd2d43 commit e478611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
},
"resolutions": {
"axios": ">=1.6.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}

0 comments on commit e478611

Please sign in to comment.