Skip to content

Commit

Permalink
ci: remove node.js installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 31, 2023
1 parent cdd776a commit 570e713
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
with:
node-version: "lts/*"

- name: "Install Bun"
uses: "oven-sh/setup-bun@v1"

Expand All @@ -49,11 +44,6 @@ jobs:
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
with:
node-version: "lts/*"

- name: "Install Bun"
uses: "oven-sh/setup-bun@v1"

Expand All @@ -78,11 +68,6 @@ jobs:
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
with:
node-version: "lts/*"

- name: "Install Bun"
uses: "oven-sh/setup-bun@v1"

Expand Down

0 comments on commit 570e713

Please sign in to comment.