From befa3f150dff0dda2ee1358e5e660ccfad83f5a7 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 19 Jul 2024 23:19:19 +0200 Subject: [PATCH] Remove version from workflow --- .github/workflows/lint-and-check-types.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-and-check-types.yml b/.github/workflows/lint-and-check-types.yml index a10acdd..e93bc52 100644 --- a/.github/workflows/lint-and-check-types.yml +++ b/.github/workflows/lint-and-check-types.yml @@ -8,8 +8,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 'latest' - uses: actions/setup-node@v4 with: node-version: 'lts/*'