Skip to content

Commit 3a47f05

Browse files
authored
ci(web): remove yarn action
1 parent 6448d75 commit 3a47f05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/web-build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23-
24-
- uses: Borales/[email protected]
25-
with:
26-
cmd: install
2723
- name: Dependencies
2824
run: sudo apt-get install npm && sudo npm install -g pnpm
25+
- name: pnpm dependencies
26+
run: pnpm i
2927
- name: Build
3028
run: pnpm build
3129
# lint:

0 commit comments

Comments
 (0)