We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84e10e commit 1cdbadbCopy full SHA for 1cdbadb
.github/workflows/check-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Install dependencies
21
- run: node install --ignore-scripts
+ run: npm install --ignore-scripts
22
23
- name: Build and check docs
24
run: |
0 commit comments