diff --git a/docs/src/ci.md b/docs/src/ci.md index 34a2bb9e43..2e1fef213d 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -190,8 +190,8 @@ Running Playwright on CircleCI requires the following steps: ```yml docker: - image: mcr.microsoft.com/playwright:bionic - environment: - NODE_ENV: development # Needed if playwright is in `devDependencies` + environment: + NODE_ENV: development # Needed if playwright is in `devDependencies` ``` 1. If you’re using Playwright through Jest, then you may encounter an error spawning child processes: