diff --git a/.github/workflows/frontend_lint.yml b/.github/workflows/frontend_lint.yml index ec61842..c1f97b3 100644 --- a/.github/workflows/frontend_lint.yml +++ b/.github/workflows/frontend_lint.yml @@ -19,9 +19,9 @@ jobs: with: fetch-depth: 1 - - uses: pnpm/action-setup@v2.1.0 + - uses: pnpm/action-setup@v2.2.2 with: - version: 6.0.2 + version: 7.9.3 working-directory: ./frontend - name: Install dependencies