Installing a specific version of the module (#3157)

main
Dmitry Kruchinin 5 years ago committed by GitHub
parent bd49d7ae99
commit e67a33206c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`

Loading…
Cancel
Save