Set up to use FNM.
This commit is contained in:
parent
d5bb0bd963
commit
4cc240c708
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user