diff --git a/.github/workflows/frontend_lint.yml b/.github/workflows/frontend_lint.yml index 933218c..219006c 100644 --- a/.github/workflows/frontend_lint.yml +++ b/.github/workflows/frontend_lint.yml @@ -24,9 +24,9 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v5.0.0 with: - version: 8.14.0 + version: 10.24.0 working-directory: ./frontend - name: Install dependencies