Skip to content

Commit

Permalink
try using node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Oct 4, 2023
1 parent 0b3c8a0 commit b01563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-rpc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: "18.15.0"
node-version: "16.0.0"

# Install foundry so we can use it to run a chain instance
- name: Install Foundry
Expand Down

0 comments on commit b01563b

Please sign in to comment.