fix: lock yarn version
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m16s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m16s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
with:
|
||||
node-version: "20.x"
|
||||
- name: Install yarn
|
||||
run: npm install --global yarn
|
||||
run: npm install --global yarn@1.22.22
|
||||
- name: Install yarn dependencies
|
||||
run: yarn install
|
||||
- name: Install Quasar CLI
|
||||
|
||||
Reference in New Issue
Block a user