Skip to content

Commit

Permalink
Fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
royberris committed May 17, 2024
1 parent 3fd394c commit 5b7e173
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
node-version: '16'

- name: Install TypeSpec CLI
run: npm install -g @typespec/cli
run: npm install -g @typespec/compiler

- name: Install json2yaml
run: npm install -g json2yaml

- name: Install openapi-diff
run: npm install -g openapi-diff
Expand Down

0 comments on commit 5b7e173

Please sign in to comment.