Skip to content

Commit 1cdbadb

Browse files
fix action's install step
1 parent f84e10e commit 1cdbadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install dependencies
21-
run: node install --ignore-scripts
21+
run: npm install --ignore-scripts
2222

2323
- name: Build and check docs
2424
run: |

0 commit comments

Comments
 (0)