Skip to content

Commit a48bbbb

Browse files
author
Manuel Humberto Colonia Vela [NE]
committed
fix error make install #2
1 parent b8722be commit a48bbbb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/apidoc-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838

39-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0
39+
- name: Setup Node.js
40+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0
4041
with:
4142
node-version: 16
42-
cache: 'yarn'
43+
cache: 'npm'
4344

4445
- name: Install Yarn
4546
run: npm install --g yarn

0 commit comments

Comments
 (0)