Skip to content

Commit b8722be

Browse files
author
Manuel Humberto Colonia Vela [NE]
committed
fix error make install
1 parent 124b70f commit b8722be

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/apidoc-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0
4040
with:
4141
node-version: 16
42-
cache: 'npm'
42+
cache: 'yarn'
43+
44+
- name: Install Yarn
45+
run: npm install --g yarn
4346

4447
- name: Instalar dependencias make
4548
run: |

0 commit comments

Comments
 (0)