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