tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
fix ci again
eldridge.cam
1 month ago
6b5da467
bf288b4b
0/0
Waiting for spindle ...
+1
-1
2 changed files
expand all
collapse all
unified
split
.github
workflows
sql.yml
typescript.yml
+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
30
+
with:
30
31
cache: npm
31
32
node-version-file: app/.node-version
32
33
cache-dependency-path: app/package-lock.json
-1
.github/workflows/typescript.yml
···
33
33
cache: npm
34
34
node-version-file: app/.node-version
35
35
cache-dependency-path: app/package-lock.json
36
36
-
cache-dependency-path: app/package-lock.json
37
36
- name: Install node_modules
38
37
run: npm ci
39
38
working-directory: ./app