Skip to content

Commit

Permalink
docs: update CircleCI config example (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Jul 18, 2022
1 parent c9a3684 commit d41928d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,16 @@ script:

```yaml
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.3
jobs:
build:
docker:
- image: circleci/node:15.12-browsers
- image: cimg/node:16.13-browsers
working_directory: ~/your-project
steps:
- checkout
- browser-tools/install-chrome
- run: npm install
- run: npm run build
- run: sudo npm install -g @lhci/cli@0.8.x
Expand Down

0 comments on commit d41928d

Please sign in to comment.