Trying to fix the issues by upgrading node (finally)

I'm hopeful that since I only had to update (relatively) few packages, that it should still work, but its hard to verify on my laptop right now, so I'm gonna push and test in dev
This commit is contained in:
NovaFox161
2025-06-18 23:51:39 -05:00
parent 92a8225011
commit 7cf68ec3bd
3 changed files with 2335 additions and 4016 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
- name: Install NPM
uses: actions/setup-node@v4
with:
node-version: 14.8.0
node-version: 22.13.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
@@ -65,7 +65,7 @@ jobs:
- name: Install NPM
uses: actions/setup-node@v4
with:
node-version: 14.8.0
node-version: 22.13.0
- name: Set up JDK
uses: actions/setup-java@v4
+2330 -4010
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -27,13 +27,12 @@
"gulp-rename": "2.0.0",
"gulp-sass": "5.0.0",
"mini-css-extract-plugin": "2.3.0",
"node-sass": "6.0.1",
"ts-loader": "9.2.6",
"webpack": "5.54.0",
"webpack-cli": "4.8.0"
"webpack": "5.99.9",
"webpack-cli": "6.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-free": "6.7.2",
"@fullcalendar/bootstrap": "5.9.0",
"@fullcalendar/core": "5.9.0",
"@fullcalendar/daygrid": "5.9.0",