diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index bccab81a..482d6af8 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -24,8 +24,6 @@ jobs: node-version-file: '.nvmrc' - uses: pnpm/action-setup@v4 - with: - version: 9 - name: Install API dependencies working-directory: api diff --git a/.github/workflows/client-tests.yml b/.github/workflows/client-tests.yml index 1a19feb5..0116a123 100644 --- a/.github/workflows/client-tests.yml +++ b/.github/workflows/client-tests.yml @@ -24,8 +24,6 @@ jobs: node-version-file: '.nvmrc' - uses: pnpm/action-setup@v4 - with: - version: 9 - name: Install Client dependencies working-directory: client