Set up to use FNM.
This commit is contained in:
1
.node-version
Normal file
1
.node-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
16.17.1
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,6 +3,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("install") {
|
stage("install") {
|
||||||
steps {
|
steps {
|
||||||
|
sh "fnm install"
|
||||||
|
sh "fnm use"
|
||||||
sh "npm install"
|
sh "npm install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user