This commit is contained in:
Leifer Mendez
2022-10-29 20:14:18 +02:00
parent 4210214735
commit a4d51304b9

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
run: |
run: |
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then