diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c0e78c..4c9b53c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: node-version: 18 cache: 'pnpm' - run: pnpm install - - run: pnpm run lint \ No newline at end of file + - run: pnpm run lint