We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f62db4d + 1f31f43 commit 6cd6e4fCopy full SHA for 6cd6e4f
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: "22"
+ node-version: "24"
22
cache: "npm"
23
cache-dependency-path: backend/package-lock.json
24
- name: Install Dependencies
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
cache-dependency-path: frontend/package-lock.json
43
frontend/angular.json
@@ -25,6 +25,7 @@
25
},
26
"browser": "index.tsx",
27
"tsConfig": "tsconfig.json",
28
+ "styles": [ "node_modules/leaflet/dist/leaflet.css" ],
29
"polyfills": [
30
"@angular/localize/init"
31
],
0 commit comments