Trading card city builder game?

fix ci

+1 -1
+1 -1
.github/workflows/typescript.yml
··· 85 85 with: 86 86 cache: npm 87 87 node-version-file: .node-version 88 - working-directory: ./app 89 88 - name: Install node_modules 90 89 run: npm ci 90 + working-directory: ./app 91 91 - name: Run test 92 92 run: npm test 93 93 working-directory: ./app