Skip to content

Missing installtion of pnpm and yarn command #27200

@Jianxuan-Li

Description

@Jianxuan-Li

Hello,

Run pnpm create playwright and choose to enable CI, the boilerplate doesn't have step to install pnpm.

Screenshot 2023-08-23 102303

It should looks like this:

...
steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: 18
      - name: Install pnpm            // new
        run: npm install -g pnpm      // new
      - name: Install dependencies
        run: pnpm install
....

I think yarn has same issue since they use same boilerplate in this repo.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions