Skip to content

Commit

Permalink
use yarn to install semver in ci (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodiray authored Nov 2, 2022
1 parent f1e7177 commit 60de1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semver-on-release-labeled-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install semver
- run: yarn add semver
- uses: actions/github-script@v6
env:
PR_VERSION: ${{steps.pr-version.outputs.version}}
Expand Down

0 comments on commit 60de1e3

Please sign in to comment.