From 24b1ba0147f21b769e1f5f56c14ab7033c76ac94 Mon Sep 17 00:00:00 2001 From: laratheprotogen Date: Sat, 2 Nov 2024 13:22:29 +0000 Subject: [PATCH] Update .github/workflows/codequality.yml --- .github/workflows/codequality.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codequality.yml b/.github/workflows/codequality.yml index 0f67de53..d17f5eb1 100644 --- a/.github/workflows/codequality.yml +++ b/.github/workflows/codequality.yml @@ -18,6 +18,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: Setup pnpm uses: pnpm/action-setup@v4 + with: + version: latest - name: pnpm install, lint, code style check run: | pnpm ci