From 199801148b3d9dc96768ed4acd9b11f9572f1aba Mon Sep 17 00:00:00 2001 From: Junyi Fang Date: Thu, 12 Sep 2024 16:10:09 -0400 Subject: [PATCH] print npm version --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e51f6d4a..6059c84a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: # command: ./npm-login.sh - javascript/npm-nexus-auth: nexus_repository_name: "npm-group" + - run: name: Build command: | @@ -30,6 +31,7 @@ jobs: - run: name: npm config ls -l command: | + npm --version npm config ls -l - javascript/publish-to-nexus: