From aa19e83251484f2511b1ca173185f4864b6cdd9d Mon Sep 17 00:00:00 2001 From: Clas Wen Date: Thu, 3 Apr 2025 19:45:17 +0800 Subject: [PATCH] fix-action --- .github/workflows/lint.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5a16d3d..392248b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,14 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 'lts/*' - cache: pnpm - - - name: Install pnpm - run: npm install -g pnpm + - uses: pnpm/action-setup@v4 - name: Install dependencies run: pnpm install