mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add node version output for debugging
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
|||||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||||
- run:
|
- run:
|
||||||
name: yarn install
|
name: yarn install
|
||||||
command: 'yarn install --pure-lockfile --no-progress'
|
command: 'node --version && yarn install --pure-lockfile --no-progress'
|
||||||
no_output_timeout: 15m
|
no_output_timeout: 15m
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user