Skip to content

Commit c11ff02

Browse files
committed
ci: add npm ci step before forge build to install node_modules dependencies
1 parent 92bade9 commit c11ff02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install Foundry
2424
uses: foundry-rs/foundry-toolchain@v1
2525

26+
- name: Install Node dependencies
27+
run: npm ci
28+
2629
- name: Show Forge version
2730
run: |
2831
forge --version

0 commit comments

Comments
 (0)