Install semver

This commit is contained in:
Adria Navarro 2023-05-05 14:42:48 +01:00
parent 903207daf4
commit 0414856089
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
run: |
echo "Ref is not develop, you must run this job from develop."
exit 1
- run: npm i -g semver
- uses: actions/checkout@v2
with:
submodules: true

View File

@ -35,6 +35,7 @@ jobs:
run: |
echo "Ref is not master, you must run this job from master."
exit 1
- run: npm i -g semver
- uses: actions/checkout@v2
with:
submodules: true