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 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
run: | run: |
if [ -e yarn.lock ]; then if [ -e yarn.lock ]; then
yarn install --frozen-lockfile yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then elif [ -e package-lock.json ]; then