From 09865055868ab50cee5e5a879e47df3a0561028a Mon Sep 17 00:00:00 2001 From: whilefoo Date: Tue, 26 Nov 2024 13:31:21 +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 7cb21cd..3918002 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