Trading card city builder game?

updating version numbers all around

eldridge.cam 7a967673 0dcc0a35

verified
+5 -5
+1 -1
.github/workflows/rust.yml
··· 86 86 SQLX_OFFLINE: "true" 87 87 services: 88 88 postgres: 89 - image: postgres:17 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 - image: postgres:17 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 - "node": "22.21.1", 46 - "npm": "10.9.4" 45 + "node": "24.13.1", 46 + "npm": "11.8.0" 47 47 } 48 48 }
+1 -1
mise.toml
··· 1 1 [tools] 2 - node = "22.21" 2 + node = "24.13.1" 3 3 rust = "latest"