This commit is contained in:
Leifer Mendez
2022-10-29 20:13:15 +02:00
parent 403dea665d
commit 4210214735

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