Use node 16 for all build actions

This commit is contained in:
DaneEveritt 2022-06-26 21:09:40 -04:00
parent 446562fcff
commit c9ab0abba9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
{
"name": "pterodactyl-panel",
"engines": {
"node": ">=14"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.6.3",
"@fortawesome/fontawesome-svg-core": "^1.2.32",