We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8722be commit a48bbbbCopy full SHA for a48bbbb
1 file changed
.github/workflows/apidoc-build.yml
@@ -36,10 +36,11 @@ jobs:
36
with:
37
fetch-depth: 0
38
39
- - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0
+ - name: Setup Node.js
40
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0
41
42
node-version: 16
- cache: 'yarn'
43
+ cache: 'npm'
44
45
- name: Install Yarn
46
run: npm install --g yarn
0 commit comments