Remove extra CI step and lock Node.js version (#57769)

Seems this command is causing intermittent issues and we don't actually need this information so removes it
This commit is contained in:
JJ Kasper 2023-10-30 11:03:48 -07:00 committed by GitHub
parent 0623a4f79f
commit 676d1ee4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}