Skip to content

Commit 6cd6e4f

Browse files
Merge branch 'main' into feat/architectural-readmes-2485847605658662722
2 parents f62db4d + 1f31f43 commit 6cd6e4f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: "22"
21+
node-version: "24"
2222
cache: "npm"
2323
cache-dependency-path: backend/package-lock.json
2424
- name: Install Dependencies
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: "22"
40+
node-version: "24"
4141
cache: "npm"
4242
cache-dependency-path: frontend/package-lock.json
4343
- name: Install Dependencies

frontend/angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"browser": "index.tsx",
2727
"tsConfig": "tsconfig.json",
28+
"styles": [ "node_modules/leaflet/dist/leaflet.css" ],
2829
"polyfills": [
2930
"@angular/localize/init"
3031
],

0 commit comments

Comments
 (0)