From 44ec9e1d433a8a6e9b4aa07e0a5feb8f0cab2ba9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Oct 2025 10:40:35 +0200 Subject: [PATCH] remove version in lint-test-build.yml --- .github/workflows/lint-test-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 0cb9aa8c..cf84eddb 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -25,8 +25,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: latest - name: Setup Node.js uses: actions/setup-node@v4.1.0