File tree 5 files changed +16
-0
lines changed 5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 38
38
- uses : actions/setup-node@v4
39
39
with :
40
40
node-version : 20
41
+ cache : npm
42
+ cache-dependency-path : package-lock.json
41
43
- run : pip install poetry
42
44
- run : make deps-py
43
45
- run : make deps-frontend
65
67
- uses : actions/setup-node@v4
66
68
with :
67
69
node-version : 20
70
+ cache : npm
71
+ cache-dependency-path : package-lock.json
68
72
- run : make deps-frontend
69
73
- run : make lint-swagger
70
74
@@ -134,6 +138,8 @@ jobs:
134
138
- uses : actions/setup-node@v4
135
139
with :
136
140
node-version : 20
141
+ cache : npm
142
+ cache-dependency-path : package-lock.json
137
143
- run : make deps-frontend
138
144
- run : make lint-frontend
139
145
- run : make checks-frontend
@@ -181,6 +187,8 @@ jobs:
181
187
- uses : actions/setup-node@v4
182
188
with :
183
189
node-version : 20
190
+ cache : npm
191
+ cache-dependency-path : package-lock.json
184
192
- run : make deps-frontend
185
193
- run : make lint-md
186
194
- run : make docs
Original file line number Diff line number Diff line change 24
24
- uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 20
27
+ cache : npm
28
+ cache-dependency-path : package-lock.json
27
29
- run : make deps-frontend frontend deps-backend
28
30
- run : npx playwright install --with-deps
29
31
- run : make test-e2e-sqlite
Original file line number Diff line number Diff line change 25
25
- uses : actions/setup-node@v4
26
26
with :
27
27
node-version : 20
28
+ cache : npm
29
+ cache-dependency-path : package-lock.json
28
30
- run : make deps-frontend deps-backend
29
31
# xgo build
30
32
- run : make release
Original file line number Diff line number Diff line change 24
24
- uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 20
27
+ cache : npm
28
+ cache-dependency-path : package-lock.json
27
29
- run : make deps-frontend deps-backend
28
30
# xgo build
29
31
- run : make release
Original file line number Diff line number Diff line change 26
26
- uses : actions/setup-node@v4
27
27
with :
28
28
node-version : 20
29
+ cache : npm
30
+ cache-dependency-path : package-lock.json
29
31
- run : make deps-frontend deps-backend
30
32
# xgo build
31
33
- run : make release
You can’t perform that action at this time.
0 commit comments