updated node version

This commit is contained in:
parwez-zafar 2023-12-18 13:14:51 +05:30
parent 37a5cf791e
commit 6dde553d7c

View File

@ -26,6 +26,7 @@
"test:debug": "react-scripts --inspect-brk test --runInBand", "test:debug": "react-scripts --inspect-brk test --runInBand",
"heroku-postbuild": "npm run build" "heroku-postbuild": "npm run build"
}, },
"config": { "config": {
"coreui_library_short_version": "4.1" "coreui_library_short_version": "4.1"
}, },
@ -76,7 +77,6 @@
"sass": "^1.43.5" "sass": "^1.43.5"
}, },
"engines": { "engines": {
"node": "16.x", "node": "14.x"
"npm": "6.x"
} }
} }