Trading card city builder game?

node version file is moved

+6 -6
+1 -1
.github/workflows/sql.yml
··· 29 29 uses: actions/setup-node@v4 30 30 with: 31 31 cache: npm 32 - node-version-file: .node-version 32 + node-version-file: app/.node-version 33 33 - name: Set up Gleam 34 34 uses: erlef/setup-beam@v1 35 35 with:
+5 -5
.github/workflows/typescript.yml
··· 15 15 uses: actions/setup-node@v4 16 16 with: 17 17 cache: npm 18 - node-version-file: .node-version 18 + node-version-file: app/.node-version 19 19 - name: Install node_modules 20 20 run: npm ci 21 21 - name: Run fmt ··· 30 30 uses: actions/setup-node@v4 31 31 with: 32 32 cache: npm 33 - node-version-file: .node-version 33 + node-version-file: app/.node-version 34 34 - name: Install node_modules 35 35 run: npm ci 36 36 working-directory: ./app ··· 47 47 uses: actions/setup-node@v4 48 48 with: 49 49 cache: npm 50 - node-version-file: .node-version 50 + node-version-file: app/.node-version 51 51 - name: Install node_modules 52 52 run: npm ci 53 53 working-directory: ./app ··· 67 67 uses: actions/setup-node@v4 68 68 with: 69 69 cache: npm 70 - node-version-file: .node-version 70 + node-version-file: app/.node-version 71 71 - name: Install node_modules 72 72 run: npm ci 73 73 working-directory: ./app ··· 84 84 uses: actions/setup-node@v4 85 85 with: 86 86 cache: npm 87 - node-version-file: .node-version 87 + node-version-file: app/.node-version 88 88 - name: Install node_modules 89 89 run: npm ci 90 90 working-directory: ./app