Skip to content

Commit c9ab0ab

Browse files
committed
Use node 16 for all build actions
1 parent 446562f commit c9ab0ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: '12'
13+
node-version: '16.x'
1414

1515
- name: Create release branch and bump version
1616
env:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "pterodactyl-panel",
3+
"engines": {
4+
"node": ">=14"
5+
},
36
"dependencies": {
47
"@floating-ui/react-dom-interactions": "^0.6.3",
58
"@fortawesome/fontawesome-svg-core": "^1.2.32",

0 commit comments

Comments
 (0)