From 298aea4c5c112046cfd9566cc0caa72a94813256 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Fri, 1 Sep 2023 16:50:47 -0700 Subject: [PATCH] sorry for commit spam I'm just fixing one of the workflows --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5684381..c7b3474 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: pnpm/action-setup@v2.4.0 + with: + version: latest - uses: actions/checkout@v2 - name: Install modules run: pnpm install