tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
updating version numbers all around
eldridge.cam
1 month ago
7a967673
0dcc0a35
verified
This commit was signed with the committer's
known signature
.
eldridge.cam
SSH Key Fingerprint:
SHA256:MAgO4sya2MgvdgUjSGKAO0lQ9X2HQp1Jb+x/Tpeeims=
+5
-5
4 changed files
expand all
collapse all
unified
split
.github
workflows
rust.yml
sql.yml
app
package.json
mise.toml
+1
-1
.github/workflows/rust.yml
···
86
86
SQLX_OFFLINE: "true"
87
87
services:
88
88
postgres:
89
89
-
image: postgres:17
89
89
+
image: postgres:18
90
90
env:
91
91
POSTGRES_PASSWORD: postgres
92
92
POSTGRES_DB: cartography
+1
-1
.github/workflows/sql.yml
···
11
11
runs-on: ubuntu-latest
12
12
services:
13
13
postgres:
14
14
-
image: postgres:17
14
14
+
image: postgres:18
15
15
env:
16
16
POSTGRES_PASSWORD: postgres
17
17
POSTGRES_DB: cartography
+2
-2
app/package.json
···
42
42
"typebox": "^1.0.80"
43
43
},
44
44
"engines": {
45
45
-
"node": "22.21.1",
46
46
-
"npm": "10.9.4"
45
45
+
"node": "24.13.1",
46
46
+
"npm": "11.8.0"
47
47
}
48
48
}
+1
-1
mise.toml
···
1
1
[tools]
2
2
-
node = "22.21"
2
2
+
node = "24.13.1"
3
3
rust = "latest"