@@ -34,11 +34,12 @@ jobs:
34
34
- uses : actions/checkout@v4
35
35
- uses : astral-sh/setup-uv@v6
36
36
- run : uv python install 3.12
37
+ - uses : pnpm/action-setup@v4
37
38
- uses : actions/setup-node@v4
38
39
with :
39
40
node-version : 24
40
- cache : npm
41
- cache-dependency-path : package -lock.json
41
+ cache : pnpm
42
+ cache-dependency-path : pnpm -lock.yaml
42
43
- run : make deps-py
43
44
- run : make deps-frontend
44
45
- run : make lint-templates
@@ -60,11 +61,12 @@ jobs:
60
61
runs-on : ubuntu-latest
61
62
steps :
62
63
- uses : actions/checkout@v4
64
+ - uses : pnpm/action-setup@v4
63
65
- uses : actions/setup-node@v4
64
66
with :
65
67
node-version : 24
66
- cache : npm
67
- cache-dependency-path : package -lock.json
68
+ cache : pnpm
69
+ cache-dependency-path : pnpm -lock.yaml
68
70
- run : make deps-frontend
69
71
- run : make lint-swagger
70
72
@@ -131,11 +133,12 @@ jobs:
131
133
runs-on : ubuntu-latest
132
134
steps :
133
135
- uses : actions/checkout@v4
136
+ - uses : pnpm/action-setup@v4
134
137
- uses : actions/setup-node@v4
135
138
with :
136
139
node-version : 24
137
- cache : npm
138
- cache-dependency-path : package -lock.json
140
+ cache : pnpm
141
+ cache-dependency-path : pnpm -lock.yaml
139
142
- run : make deps-frontend
140
143
- run : make lint-frontend
141
144
- run : make checks-frontend
@@ -180,11 +183,12 @@ jobs:
180
183
runs-on : ubuntu-latest
181
184
steps :
182
185
- uses : actions/checkout@v4
186
+ - uses : pnpm/action-setup@v4
183
187
- uses : actions/setup-node@v4
184
188
with :
185
189
node-version : 24
186
- cache : npm
187
- cache-dependency-path : package -lock.json
190
+ cache : pnpm
191
+ cache-dependency-path : pnpm -lock.yaml
188
192
- run : make deps-frontend
189
193
- run : make lint-md
190
194
0 commit comments