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