Merge pull request #1986 from influxdata/postcss-fix

Use specific postcss-cli version
pull/1984/head
Scott Anderson 2020-12-14 13:39:00 -07:00 committed by GitHub
commit 90cfc4772c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
command: ./deploy/ci-install-s3deploy.sh command: ./deploy/ci-install-s3deploy.sh
- run: - run:
name: Install NodeJS dependencies name: Install NodeJS dependencies
command: sudo yarn global add postcss-cli autoprefixer@9.8.6 redoc-cli command: sudo yarn global add postcss-cli@8.3.0 autoprefixer@9.8.6 redoc-cli
- run: - run:
name: Generate API documentation name: Generate API documentation
command: cd api-docs && bash generate-api-docs.sh command: cd api-docs && bash generate-api-docs.sh