1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

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

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12' node-version: '16.x'
- name: Create release branch and bump version - name: Create release branch and bump version
env: env:

View File

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