Skip to content

Commit 05ac89e

Browse files
committed
ci: use npm install instead of npm ci (lock file is gitignored)
1 parent c11ff02 commit 05ac89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: foundry-rs/foundry-toolchain@v1
2525

2626
- name: Install Node dependencies
27-
run: npm ci
27+
run: npm install --ignore-scripts
2828

2929
- name: Show Forge version
3030
run: |

0 commit comments

Comments
 (0)