Set up to use FNM.

This commit is contained in:
2022-11-25 22:14:59 +00:00
parent d5bb0bd963
commit 4cc240c708
2 changed files with 3 additions and 0 deletions

2
Jenkinsfile vendored
View File

@@ -3,6 +3,8 @@ pipeline {
stages {
stage("install") {
steps {
sh "fnm install"
sh "fnm use"
sh "npm install"
}
}