@@ -17,8 +17,6 @@ concurrency:
17
17
cancel-in-progress : true
18
18
19
19
env :
20
- NODE_VERSION : 23.11.0
21
- PNPM_VERSION : 9.7.1
22
20
DO_NOT_TRACK : 1 # Disable Turbopack telemetry
23
21
NEXT_TELEMETRY_DISABLED : 1 # Disable Next telemetry
24
22
71
69
72
70
- name : Node setup
73
71
uses : ./.github/actions/setup
74
- with :
75
- node-version : ${{ env.NODE_VERSION }}
76
- pnpm-version : ${{ env.PNPM_VERSION }}
77
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
78
72
79
73
- name : Lint
80
74
run : pnpm lint -- --quiet
89
83
90
84
- name : Node setup
91
85
uses : ./.github/actions/setup
92
- with :
93
- node-version : ${{ env.NODE_VERSION }}
94
- pnpm-version : ${{ env.PNPM_VERSION }}
95
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
96
86
97
87
- run : pnpm run build:all
98
88
env :
@@ -114,11 +104,8 @@ jobs:
114
104
- name : Node setup
115
105
uses : ./.github/actions/setup
116
106
with :
117
- node-version : ${{ env.NODE_VERSION }}
118
- pnpm-version : ${{ env.PNPM_VERSION }}
119
107
pnpm-run-install : false
120
108
pnpm-restore-cache : false # Full build is restored below
121
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
122
109
123
110
- name : Restore build
124
111
uses : actions/cache@v4
@@ -141,11 +128,8 @@ jobs:
141
128
- name : Node setup
142
129
uses : ./.github/actions/setup
143
130
with :
144
- node-version : ${{ env.NODE_VERSION }}
145
- pnpm-version : ${{ env.PNPM_VERSION }}
146
131
pnpm-run-install : false
147
132
pnpm-restore-cache : false # Full build is restored below
148
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
149
133
150
134
- name : Restore build
151
135
uses : actions/cache@v4
@@ -205,11 +189,8 @@ jobs:
205
189
- name : Node setup
206
190
uses : ./.github/actions/setup
207
191
with :
208
- node-version : ${{ env.NODE_VERSION }}
209
- pnpm-version : ${{ env.PNPM_VERSION }}
210
192
pnpm-run-install : false
211
193
pnpm-restore-cache : false # Full build is restored below
212
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
213
194
214
195
- name : Restore build
215
196
uses : actions/cache@v4
@@ -330,11 +311,8 @@ jobs:
330
311
- name : Node setup
331
312
uses : ./.github/actions/setup
332
313
with :
333
- node-version : ${{ env.NODE_VERSION }}
334
- pnpm-version : ${{ env.PNPM_VERSION }}
335
314
pnpm-run-install : false
336
315
pnpm-restore-cache : false # Full build is restored below
337
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
338
316
339
317
- name : Restore build
340
318
uses : actions/cache@v4
@@ -467,11 +445,8 @@ jobs:
467
445
- name : Node setup
468
446
uses : ./.github/actions/setup
469
447
with :
470
- node-version : ${{ env.NODE_VERSION }}
471
- pnpm-version : ${{ env.PNPM_VERSION }}
472
448
pnpm-run-install : false
473
449
pnpm-restore-cache : false # Full build is restored below
474
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
475
450
476
451
- name : Restore build
477
452
uses : actions/cache@v4
@@ -573,11 +548,8 @@ jobs:
573
548
- name : Node setup
574
549
uses : ./.github/actions/setup
575
550
with :
576
- node-version : ${{ env.NODE_VERSION }}
577
- pnpm-version : ${{ env.PNPM_VERSION }}
578
551
pnpm-run-install : false
579
552
pnpm-restore-cache : false # Full build is restored below
580
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
581
553
582
554
- name : Restore build
583
555
uses : actions/cache@v4
@@ -673,11 +645,8 @@ jobs:
673
645
- name : Node setup
674
646
uses : ./.github/actions/setup
675
647
with :
676
- node-version : ${{ env.NODE_VERSION }}
677
- pnpm-version : ${{ env.PNPM_VERSION }}
678
648
pnpm-run-install : false
679
649
pnpm-restore-cache : false # Full build is restored below
680
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
681
650
682
651
- name : Restore build
683
652
uses : actions/cache@v4
@@ -735,11 +704,8 @@ jobs:
735
704
- name : Node setup
736
705
uses : ./.github/actions/setup
737
706
with :
738
- node-version : ${{ env.NODE_VERSION }}
739
- pnpm-version : ${{ env.PNPM_VERSION }}
740
707
pnpm-run-install : false
741
708
pnpm-restore-cache : false # Full build is restored below
742
- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
743
709
744
710
- name : Restore build
745
711
uses : actions/cache@v4
0 commit comments