specify node version in package json
This commit is contained in:
parent
775282f951
commit
5d757a30f7
@ -2,6 +2,9 @@
|
|||||||
"name": "gonito",
|
"name": "gonito",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": "18.4.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^5.16.4",
|
"@testing-library/jest-dom": "^5.16.4",
|
||||||
"@testing-library/react": "^13.3.0",
|
"@testing-library/react": "^13.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user