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 19fb484 commit 6584289
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- name: "Check out the repo"
uses: "actions/checkout@v3"

- 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 6584289

Please sign in to comment.