diff --git a/dawn-docs/dev b/dawn-docs/dev
index c0b572b40c2f71c1b962290ef33acefe676eceaa..6b2d2bae16521f66d545be0720dba56be95467ec 100644
--- a/dawn-docs/dev
+++ b/dawn-docs/dev
@@ -4,7 +4,10 @@ pipeline {
     stages {
         stage("v") {
             steps {
-                sh '''gatsby -v'''
+                sh '''
+                npm install -g gatsby-cli@4.24.4
+                gatsby -v
+                '''
             }
         }
     }