From a1f5313277212d7a4b59773fa8b714c905be0408 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Mon, 5 Aug 2024 13:26:29 +0200 Subject: [PATCH] fix lint workflow --- .github/workflows/lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f4f09d77..075b1455 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,6 +15,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + + - uses: pnpm/action-setup@v4 + name: Install pnpm + with: + run_install: false - name: Setup Node uses: actions/setup-node@v4 @@ -22,8 +27,6 @@ jobs: node-version: '20' check-latest: true cache: 'pnpm' - - - uses: pnpm/action-setup@v4 - name: pnpm lint run: |