File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed
Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1515 node-version-file : ' package.json'
1616
1717 - uses : pnpm/action-setup@v4
18- with :
19- version : 9
2018
2119 - uses : dorny/paths-filter@v3
2220 id : filter
Original file line number Diff line number Diff line change 1717 node-version-file : ' package.json'
1818
1919 - uses : pnpm/action-setup@v4
20- with :
21- version : 9
2220
2321 - uses : dorny/paths-filter@v3
2422 id : filter
Original file line number Diff line number Diff line change 2929 node-version-file : ' package.json'
3030
3131 - uses : pnpm/action-setup@v4
32- with :
33- version : 9
3432 -
run :
pnpm add -g [email protected] 3533
3634 - name : Run github-label-sync
Original file line number Diff line number Diff line change 3333 key : node-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3434
3535 - uses : pnpm/action-setup@v4
36- with :
37- version : 9
3836 - run : pnpm install --frozen-lockfile
3937 if : steps.cache.outputs.cache-hit != 'true'
4038
7674 path : ${{ github.workspace }}/node_modules
7775 key : node-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
7876 - uses : pnpm/action-setup@v4
79- with :
80- version : 9
8177 - run : pnpm install --frozen-lockfile
8278 if : steps.cache.outputs.cache-hit != 'true'
8379 - name : Run Tests
You can’t perform that action at this time.
0 commit comments