@@ -17,8 +17,6 @@ concurrency:
1717 cancel-in-progress : true
1818
1919env :
20- NODE_VERSION : 23.11.0
21- PNPM_VERSION : 9.7.1
2220 DO_NOT_TRACK : 1 # Disable Turbopack telemetry
2321 NEXT_TELEMETRY_DISABLED : 1 # Disable Next telemetry
2422
7169
7270 - name : Node setup
7371 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') }}
7872
7973 - name : Lint
8074 run : pnpm lint -- --quiet
8983
9084 - name : Node setup
9185 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') }}
9686
9787 - run : pnpm run build:all
9888 env :
@@ -114,11 +104,8 @@ jobs:
114104 - name : Node setup
115105 uses : ./.github/actions/setup
116106 with :
117- node-version : ${{ env.NODE_VERSION }}
118- pnpm-version : ${{ env.PNPM_VERSION }}
119107 pnpm-run-install : false
120108 pnpm-restore-cache : false # Full build is restored below
121- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
122109
123110 - name : Restore build
124111 uses : actions/cache@v4
@@ -141,11 +128,8 @@ jobs:
141128 - name : Node setup
142129 uses : ./.github/actions/setup
143130 with :
144- node-version : ${{ env.NODE_VERSION }}
145- pnpm-version : ${{ env.PNPM_VERSION }}
146131 pnpm-run-install : false
147132 pnpm-restore-cache : false # Full build is restored below
148- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
149133
150134 - name : Restore build
151135 uses : actions/cache@v4
@@ -205,11 +189,8 @@ jobs:
205189 - name : Node setup
206190 uses : ./.github/actions/setup
207191 with :
208- node-version : ${{ env.NODE_VERSION }}
209- pnpm-version : ${{ env.PNPM_VERSION }}
210192 pnpm-run-install : false
211193 pnpm-restore-cache : false # Full build is restored below
212- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
213194
214195 - name : Restore build
215196 uses : actions/cache@v4
@@ -330,11 +311,8 @@ jobs:
330311 - name : Node setup
331312 uses : ./.github/actions/setup
332313 with :
333- node-version : ${{ env.NODE_VERSION }}
334- pnpm-version : ${{ env.PNPM_VERSION }}
335314 pnpm-run-install : false
336315 pnpm-restore-cache : false # Full build is restored below
337- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
338316
339317 - name : Restore build
340318 uses : actions/cache@v4
@@ -467,11 +445,8 @@ jobs:
467445 - name : Node setup
468446 uses : ./.github/actions/setup
469447 with :
470- node-version : ${{ env.NODE_VERSION }}
471- pnpm-version : ${{ env.PNPM_VERSION }}
472448 pnpm-run-install : false
473449 pnpm-restore-cache : false # Full build is restored below
474- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
475450
476451 - name : Restore build
477452 uses : actions/cache@v4
@@ -573,11 +548,8 @@ jobs:
573548 - name : Node setup
574549 uses : ./.github/actions/setup
575550 with :
576- node-version : ${{ env.NODE_VERSION }}
577- pnpm-version : ${{ env.PNPM_VERSION }}
578551 pnpm-run-install : false
579552 pnpm-restore-cache : false # Full build is restored below
580- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
581553
582554 - name : Restore build
583555 uses : actions/cache@v4
@@ -673,11 +645,8 @@ jobs:
673645 - name : Node setup
674646 uses : ./.github/actions/setup
675647 with :
676- node-version : ${{ env.NODE_VERSION }}
677- pnpm-version : ${{ env.PNPM_VERSION }}
678648 pnpm-run-install : false
679649 pnpm-restore-cache : false # Full build is restored below
680- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
681650
682651 - name : Restore build
683652 uses : actions/cache@v4
@@ -735,11 +704,8 @@ jobs:
735704 - name : Node setup
736705 uses : ./.github/actions/setup
737706 with :
738- node-version : ${{ env.NODE_VERSION }}
739- pnpm-version : ${{ env.PNPM_VERSION }}
740707 pnpm-run-install : false
741708 pnpm-restore-cache : false # Full build is restored below
742- pnpm-install-cache-key : pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
743709
744710 - name : Restore build
745711 uses : actions/cache@v4
0 commit comments