File tree 5 files changed +21
-7
lines changed
5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- uses : actions/checkout@v4
61
- - uses : actions/setup-node@v3
61
+ - uses : actions/setup-node@v4
62
62
with :
63
63
node-version : 20
64
+ cache : npm
65
+ cache-dependency-path : package-lock.json
64
66
- run : make deps-frontend
65
67
- run : make lint-swagger
66
68
@@ -127,9 +129,11 @@ jobs:
127
129
runs-on : ubuntu-latest
128
130
steps :
129
131
- uses : actions/checkout@v4
130
- - uses : actions/setup-node@v3
132
+ - uses : actions/setup-node@v4
131
133
with :
132
134
node-version : 20
135
+ cache : npm
136
+ cache-dependency-path : package-lock.json
133
137
- run : make deps-frontend
134
138
- run : make lint-frontend
135
139
- run : make checks-frontend
@@ -174,9 +178,11 @@ jobs:
174
178
runs-on : ubuntu-latest
175
179
steps :
176
180
- uses : actions/checkout@v4
177
- - uses : actions/setup-node@v3
181
+ - uses : actions/setup-node@v4
178
182
with :
179
183
node-version : 20
184
+ cache : npm
185
+ cache-dependency-path : package-lock.json
180
186
- run : make deps-frontend
181
187
- run : make lint-md
182
188
- run : make docs
Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version : " ~1.21"
23
23
check-latest : true
24
- - uses : actions/setup-node@v3
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 20
20
with :
21
21
go-version : " ~1.21"
22
22
check-latest : true
23
- - uses : actions/setup-node@v3
23
+ - uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 20
26
+ cache : npm
27
+ cache-dependency-path : package-lock.json
26
28
- run : make deps-frontend deps-backend
27
29
# xgo build
28
30
- run : make release
Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version : " ~1.21"
23
23
check-latest : true
24
- - uses : actions/setup-node@v3
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 23
23
with :
24
24
go-version : " ~1.21"
25
25
check-latest : true
26
- - uses : actions/setup-node@v3
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