From 65842893b8524da95dc7c4ddee1a7bdf9a90c3ef Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 31 Dec 2023 12:21:14 +0200 Subject: [PATCH] ci: remove node.js installation step /~https://github.com/oven-sh/setup-bun/issues/46 --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc06427..6273929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"