diff --git a/Jenkinsfile b/Jenkinsfile
index 95affea776ca38f21256e05ae8ee362438e1ddc0..8cfdb418e18aebe4766b8aec7ee513c711056d9c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,6 +50,7 @@ pipeline {
                     FAILED_STAGE=env.STAGE_NAME
 
                     sh 'npm --version'
+                    sh 'node --version'
                     dir('goofy-client') {
                         sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc'
                         sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczprTSFnNVUhMVQzNDZxWQ==" >> ~/.npmrc'