tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
try fix ci again
eldridge.cam
1 month ago
77e541ee
711e2e00
+7
-1
2 changed files
expand all
collapse all
unified
split
.github
workflows
sql.yml
typescript.yml
+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
30
-
with:
31
30
cache: npm
32
31
node-version-file: app/.node-version
32
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
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
35
+
cache-dependency-path: app/package-lock.json
36
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
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
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
93
+
cache-dependency-path: app/package-lock.json
88
94
- name: Install node_modules
89
95
run: npm ci
90
96
working-directory: ./app