fix: lock yarn version
Some checks failed
Build BAB Application Deployment Artifact / build (push) Has been cancelled

This commit is contained in:
2026-03-18 22:52:48 -04:00
parent 2874ea3be1
commit 6c4d047bf0

View File

@@ -20,7 +20,7 @@ jobs:
with: with:
node-version: "20.x" node-version: "20.x"
- name: Install yarn - name: Install yarn
run: npm install --global yarn run: npm install --global yarn@1.22.22 -d
- name: Install yarn dependencies - name: Install yarn dependencies
run: yarn install run: yarn install
- name: Install Quasar CLI - name: Install Quasar CLI