From 95cf5789ca3501cb88f0e6f1dbde6aec210a25e4 Mon Sep 17 00:00:00 2001 From: Sunny Luo Date: Thu, 26 Dec 2024 13:16:46 +0800 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8206eb28..4272716a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,9 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - with: - lfs: true - + - uses: oven-sh/setup-bun@v2 - uses: actions/setup-node@v4 with: node-version: '20.x'