fix: lock yarn version
Some checks failed
Build BAB Application Deployment Artifact / build (push) Has been cancelled
Some checks failed
Build BAB Application Deployment Artifact / build (push) Has been cancelled
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 -d
|
||||
- name: Install yarn dependencies
|
||||
run: yarn install
|
||||
- name: Install Quasar CLI
|
||||
|
||||
Reference in New Issue
Block a user