Trading card city builder game?

try fix ci again

+7 -1
+1 -1
.github/workflows/sql.yml
··· 27 27 uses: actions/checkout@v4 28 28 - name: Install Node.js 29 29 uses: actions/setup-node@v4 30 - with: 31 30 cache: npm 32 31 node-version-file: app/.node-version 32 + cache-dependency-path: app/package-lock.json 33 33 - name: Set up Gleam 34 34 uses: erlef/setup-beam@v1 35 35 with:
+6
.github/workflows/typescript.yml
··· 16 16 with: 17 17 cache: npm 18 18 node-version-file: app/.node-version 19 + cache-dependency-path: app/package-lock.json 19 20 - name: Install node_modules 20 21 run: npm ci 21 22 - name: Run fmt ··· 31 32 with: 32 33 cache: npm 33 34 node-version-file: app/.node-version 35 + cache-dependency-path: app/package-lock.json 36 + cache-dependency-path: app/package-lock.json 34 37 - name: Install node_modules 35 38 run: npm ci 36 39 working-directory: ./app ··· 48 51 with: 49 52 cache: npm 50 53 node-version-file: app/.node-version 54 + cache-dependency-path: app/package-lock.json 51 55 - name: Install node_modules 52 56 run: npm ci 53 57 working-directory: ./app ··· 68 72 with: 69 73 cache: npm 70 74 node-version-file: app/.node-version 75 + cache-dependency-path: app/package-lock.json 71 76 - name: Install node_modules 72 77 run: npm ci 73 78 working-directory: ./app ··· 85 90 with: 86 91 cache: npm 87 92 node-version-file: app/.node-version 93 + cache-dependency-path: app/package-lock.json 88 94 - name: Install node_modules 89 95 run: npm ci 90 96 working-directory: ./app