mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Use node 16 for all build actions
This commit is contained in:
parent
446562fcff
commit
c9ab0abba9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Create release branch and bump version
|
||||
env:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user