Skip to content

Commit 526d487

Browse files
authored
Correct npm command in test-dependencies workflow
1 parent 310ab52 commit 526d487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
18-
- run: npm i --ignore-scripts --package-lock-only
18+
- run: npm install --ignore-scripts --package-lock-only
1919
- run: npm audit --omit=dev

0 commit comments

Comments
 (0)