From 0e8689ab31885d83aadb1d03bd2877215bd0188e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 1 Mar 2021 14:04:29 -0700 Subject: [PATCH] specified version for redoc-cli (#2225) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d57c3d3957..ebcaf11e6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: command: ./deploy/ci-install-s3deploy.sh - run: name: Install NodeJS dependencies - command: sudo yarn global add postcss-cli@8.3.0 autoprefixer@9.8.6 redoc-cli + command: sudo yarn global add postcss-cli@8.3.0 autoprefixer@9.8.6 redoc-cli@0.9.12 - run: name: Generate API documentation command: cd api-docs && bash generate-api-docs.sh