We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446562f commit c9ab0abCopy full SHA for c9ab0ab
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-node@v1
12
with:
13
- node-version: '12'
+ node-version: '16.x'
14
15
- name: Create release branch and bump version
16
env:
package.json
@@ -1,5 +1,8 @@
1
{
2
"name": "pterodactyl-panel",
3
+ "engines": {
4
+ "node": ">=14"
5
+ },
6
"dependencies": {
7
"@floating-ui/react-dom-interactions": "^0.6.3",
8
"@fortawesome/fontawesome-svg-core": "^1.2.32",
0 commit comments