Skip to content

Commit

Permalink
chore: add required node version to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotomaspinheiro committed Jul 28, 2024
1 parent 5f2c0f0 commit 7c673a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.0.0",
"vitest": "^2.0.4"
},
"engines": {
"node": ">=20.0.0 <21.0.0"
}
}

0 comments on commit 7c673a8

Please sign in to comment.