Skip to content

Commit

Permalink
remove yarn from GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Oct 30, 2023
1 parent 208ce05 commit 576e2a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
node-version: 17
cache: 'npm'

- uses: actions/setup-node@v3
with:
node-version: 17

- name: Install dependencies
run: |
yarn global add @vue/cli-service-global
npm install -g @vue/cli-service-global
npm install --production
- name: Build
Expand Down

0 comments on commit 576e2a6

Please sign in to comment.