Skip to content

Commit 8aff8fb

Browse files
committed
Update CI
1 parent d9aae98 commit 8aff8fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
uses: foundry-rs/foundry-toolchain@v1
2626
with:
2727
version: nightly
28+
29+
- name: Install Node.js
30+
uses: actions/setup-node@v3
31+
with:
32+
node-version: 20
2833

2934
- name: Install Foundry dependencies
3035
run: |

0 commit comments

Comments
 (0)