Skip to content

Commit

Permalink
Remove extra CI step and lock Node.js version (#57769)
Browse files Browse the repository at this point in the history
Seems this command is causing intermittent issues and we don't actually need this information so removes it
  • Loading branch information
ijjk committed Oct 30, 2023
1 parent 0623a4f commit 676d1ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -165,8 +165,6 @@ jobs:
- run: git checkout .
if: ${{ inputs.skipInstallBuild != 'yes' }}

- run: pnpm store path

- run: pnpm install
if: ${{ inputs.skipInstallBuild != 'yes' }}

Expand Down

0 comments on commit 676d1ee

Please sign in to comment.