Skip to content

Commit

Permalink
install node
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Oct 17, 2024
1 parent 8a71c57 commit c92ad6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ jobs:
submodules: recursive

# Install wscat for finality node smoke test to listen to sequencer feed
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"

- name: Install wscat
uses: actions/setup-node@vv
run: npm install -g wscat

- name: Install Foundry
Expand Down

0 comments on commit c92ad6f

Please sign in to comment.