Skip to content

Commit

Permalink
fix(ci): install semver package globally #4242
Browse files Browse the repository at this point in the history
Signed-off-by: Strivly <contact@strivly.co>
  • Loading branch information
Strivly committed Nov 8, 2023
1 parent f665499 commit 512d0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/peer-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install -g lerna@6.6.2

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

- name: Check API dependency semantics
working-directory: packages
Expand Down

0 comments on commit 512d0fe

Please sign in to comment.