From bb9e06eaa1264ba7ee8d61db7daef79c4175bfb0 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Tue, 26 Nov 2024 15:18:37 +0100 Subject: [PATCH] chore: remove node --- .github/workflows/formatting-checks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/formatting-checks.yml b/.github/workflows/formatting-checks.yml index 7cb21cd8..3918002d 100644 --- a/.github/workflows/formatting-checks.yml +++ b/.github/workflows/formatting-checks.yml @@ -12,11 +12,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20.10.0 - - name: Setup Bun uses: oven-sh/setup-bun@v2