diff --git a/.github/workflows/check-text.yml b/.github/workflows/check-text.yml index b74c18bf1066..df81709b7cf0 100644 --- a/.github/workflows/check-text.yml +++ b/.github/workflows/check-text.yml @@ -33,7 +33,7 @@ jobs: run: | mkdir -p tmp jq '.devDependencies |= with_entries( - select(.key | test("gulp|markdown|through|require|yargs|ys-yaml|ajv|ajv-formats|ajv-errors")) + select(.key | test("gulp|markdown|through|require|yargs|js-yaml|ajv|ajv-formats|ajv-errors")) ) | del(.dependencies, .optionalDependencies)' \ package.json > tmp/package-ci.json