From 5c7a7f69feba44471873f502bc927e56b1638a1c Mon Sep 17 00:00:00 2001 From: Mikko Riippi Date: Fri, 11 Aug 2023 10:54:23 +0300 Subject: [PATCH] Try to print node version again --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 428061d37..789dd8c0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,9 @@ commands: checkout_and_cache: steps: - checkout - - run: node --version + - run: + name: Node version + command: node --version - restore_cache: # special step to restore the dependency cache # Read about caching dependencies: https://circleci.com/docs/2.0/caching/ name: Restore Yarn Package Cache