Skip to content

Commit ed3fe00

Browse files
committed
Installe missing dependencies-2
1 parent 99a00e1 commit ed3fe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo npm install --loglevel verbose -g yargs ajv-formats@"^1.5.x" ajv-cli@"^4.0.x"
2222
- name: Install schema2markmap NPM dependencies
2323
run: |
24-
npm --prefix "${CVE_SCHEMA_DIR}/support/schema2markmap" install ${CVE_SCHEMA_DIR}/support/schema2markmap"
24+
npm --prefix "${CVE_SCHEMA_DIR}/support/schema2markmap" install "${CVE_SCHEMA_DIR}/support/schema2markmap"
2525
# Rename the schema, since AJV doesn't like non-".json" extensions
2626
- name: Prepare schema for bundling
2727
run: |

0 commit comments

Comments
 (0)