From e67a33206cdc122d054fbc8218a9d10826960820 Mon Sep 17 00:00:00 2001 From: Dmitry Kruchinin <33020454+dvkruchinin@users.noreply.github.com> Date: Thu, 6 May 2021 12:17:19 +0300 Subject: [PATCH] Installing a specific version of the module (#3157) --- .github/workflows/remark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remark.yml b/.github/workflows/remark.yml index 4cfa7ae4..61560bcd 100644 --- a/.github/workflows/remark.yml +++ b/.github/workflows/remark.yml @@ -22,7 +22,7 @@ jobs: if [[ ! -z ${changed_files_remark} ]]; then npm ci - npm install remark-cli vfile-reporter-json + npm install remark-cli@9.0.0 vfile-reporter-json@2.0.2 mkdir -p remark_report echo "Remark version: "`npx remark --version`