Install yarn in the workflow
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
||||
node-version: '20.x'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Install yarn
|
||||
run: npm install --global yarn
|
||||
- name: Install Quasar CLI
|
||||
run: npm install -g @quasar/cli
|
||||
- name: Build Project
|
||||
|
||||
Reference in New Issue
Block a user