mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
Revert "Add node version output for debugging"
This reverts commit 16a931d535d02a2759e26c2ae3dc66454aa4fe89.
This commit is contained in:
parent
118c3b1746
commit
c695bbfa25
@ -104,7 +104,7 @@ jobs:
|
||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
- run:
|
||||
name: yarn install
|
||||
command: 'node --version && yarn install --pure-lockfile --no-progress'
|
||||
command: 'yarn install --pure-lockfile --no-progress'
|
||||
no_output_timeout: 15m
|
||||
- save_cache:
|
||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
|
Loading…
Reference in New Issue
Block a user