mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-04-28 21:29:28 -05:00
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:
@@ -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
|
||||
|
||||
Generated
+2330
-4010
File diff suppressed because it is too large
Load Diff
+3
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user