Skip to content
Snippets Groups Projects
Commit 3d19c152 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

u

parent 712a0ef3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@ pipeline {
stages {
stage("v") {
steps {
sh '''gatsby -v'''
sh '''
npm install -g gatsby-cli@4.24.4
gatsby -v
'''
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment