From 707f9f27039d1c27abbd94648cf93cf76233c5aa Mon Sep 17 00:00:00 2001 From: Marioneq 4958 Date: Fri, 29 Mar 2024 10:48:47 +0100 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index a9741f9..d208f00 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -27,6 +27,8 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 + with: + version: 8 - name: Install dependencies run: pnpm install