File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@v6
2020 with :
2121 node-version : latest
22- - uses : pnpm/action-setup@v4
22+ - uses : pnpm/action-setup@v5
2323 with :
2424 run_install : true
2525 - run : pnpm run lint
3333 - uses : actions/setup-node@v6
3434 with :
3535 node-version : ${{ matrix.node-version }}
36- - uses : pnpm/action-setup@v4
36+ - uses : pnpm/action-setup@v5
3737 with :
3838 run_install : true
3939 - run : pnpm test
4444 - uses : actions/setup-node@v6
4545 with :
4646 node-version : latest
47- - uses : pnpm/action-setup@v4
47+ - uses : pnpm/action-setup@v5
4848 with :
4949 run_install : true
5050 - run : pnpm exec playwright install --with-deps
5656 - uses : actions/setup-node@v6
5757 with :
5858 node-version : latest
59- - uses : pnpm/action-setup@v4
59+ - uses : pnpm/action-setup@v5
6060 with :
6161 run_install : true
6262 - run : pnpm test
6767 - uses : actions/setup-node@v6
6868 with :
6969 node-version : latest
70- - uses : pnpm/action-setup@v4
70+ - uses : pnpm/action-setup@v5
7171 with :
7272 run_install : true
7373 - run : pnpm test
Original file line number Diff line number Diff line change 2323 node-version : latest
2424
2525 - name : pnpm setup
26- uses : pnpm/action-setup@v4
26+ uses : pnpm/action-setup@v5
2727 with :
2828 run_install : true
2929
Original file line number Diff line number Diff line change 1616 - uses : actions/setup-node@v6
1717 with :
1818 node-version : latest
19- - uses : pnpm/action-setup@v4
19+ - uses : pnpm/action-setup@v5
2020 with :
2121 run_install : true
2222 - uses : andresz1/size-limit-action@v1.8.0
You can’t perform that action at this time.
0 commit comments