Skip to content

Commit

Permalink
feat!: use node >= 18 & pnpm >= 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Nov 28, 2023
1 parent 5286dc2 commit 22d8142
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 @@ -55,8 +55,8 @@
}
},
"engines": {
"node": ">=16",
"pnpm": ">=6"
"node": ">=18",
"pnpm": ">=8"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down

0 comments on commit 22d8142

Please sign in to comment.