Skip to content

Commit 06c8554

Browse files
committed
feat: Move to node 24
1 parent 06236c4 commit 06c8554

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [18.19.x]
10+
node-version: [24.2.x]
1111

1212
steps:
1313
- uses: actions/checkout@v5

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

filer/static/filer/css/admin_filer.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

filer/static/filer/css/maps/admin_filer.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"gulp": "^4.0.2",
6-
"gulp-autoprefixer": "^7.0.1",
6+
"gulp-autoprefixer": "^8.0.0",
77
"gulp-iconfont": "^11.0.1",
88
"gulp-iconfont-css": "^3.0.0",
99
"gulp-jscs": "^4.1.0",
@@ -12,13 +12,13 @@
1212
"gulp-sourcemaps": "^2.6.5",
1313
"gulp-sync": "^0.1.4",
1414
"gulp-util": "^3.0.6",
15-
"jasmine-core": "^2.3.2",
15+
"jasmine-core": "^5.9.0",
1616
"jshint-stylish": "^2.2.1",
17-
"karma": "^0.13.22",
17+
"karma": "^6.4.4",
1818
"karma-chrome-launcher": "^3.2.0",
1919
"karma-fixture": "^0.2.6",
20-
"karma-html2js-preprocessor": "^0.1.0",
21-
"karma-jasmine": "^0.3.8",
20+
"karma-html2js-preprocessor": "^1.1.0",
21+
"karma-jasmine": "^5.1.0",
2222
"karma-json-fixtures-preprocessor": "^0.0.6",
2323
"request": "^2.88.2",
2424
"sass": "^1.63.4"

0 commit comments

Comments
 (0)