Skip to content

Commit

Permalink
ci(web): remove yarn action
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 authored Jun 23, 2021
1 parent 6448d75 commit 3a47f05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: Borales/actions-yarn@v2.3.0
with:
cmd: install
- name: Dependencies
run: sudo apt-get install npm && sudo npm install -g pnpm
- name: pnpm dependencies
run: pnpm i
- name: Build
run: pnpm build
# lint:
Expand Down

0 comments on commit 3a47f05

Please sign in to comment.