File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 1919 - name : Checkout repository
2020 uses : actions/checkout@v4
2121
22- # - name: Install Node.js
23- # uses: actions/setup-node@v4
24- # with:
25- # node-version: 20
26-
27- # - name: Install pnpm
28- # uses: pnpm/action-setup@v4
29- # with:
30- # version: latest
31- # run_install: false
32-
33- # - name: Get pnpm store directory
34- # shell: bash
35- # run: |
36- # echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
37-
38- # - name: Setup pnpm cache
39- # uses: actions/cache@v4
40- # with:
41- # path: ${{ env.STORE_PATH }}
42- # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
43- # restore-keys: |
44- # ${{ runner.os }}-pnpm-store-
45-
46- # - name: Install packages
47- # run: pnpm install --frozen-lockfile
48-
4922 - name : Install Playwright dependencies
5023 run : pnpm exec playwright install-deps
5124
You can’t perform that action at this time.
0 commit comments