diff --git a/.github/workflows/build_reusable.yml b/.github/workflows/build_reusable.yml index 87ad391ddb36d..9b4e6cb8074a1 100644 --- a/.github/workflows/build_reusable.yml +++ b/.github/workflows/build_reusable.yml @@ -61,7 +61,7 @@ on: env: NAPI_CLI_VERSION: 2.14.7 TURBO_VERSION: 1.10.9 - NODE_LTS_VERSION: 20 + NODE_LTS_VERSION: 20.9.0 TEST_CONCURRENCY: 8 # disable backtrace for test snapshots RUST_BACKTRACE: 0 @@ -165,8 +165,6 @@ jobs: - run: git checkout . if: ${{ inputs.skipInstallBuild != 'yes' }} - - run: pnpm store path - - run: pnpm install if: ${{ inputs.skipInstallBuild != 'yes' }}