Skip to content

Commit 61a3feb

Browse files
Drop the -g
1 parent d403470 commit 61a3feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint_with_schema.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
3030
- name: Install json-ref-resolver
3131
run: |
32-
npm install -g --save @apidevtools/json-schema-ref-parser
32+
npm install @apidevtools/json-schema-ref-parser
33+
npm list --depth=0
3334
3435
# Step 4: Fetch the JSON Schema from the external GitHub repository
3536
- name: Download Schema

0 commit comments

Comments
 (0)