Set up to use FNM.

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

1
.node-version Normal file
View File

@ -0,0 +1 @@
16.17.1

2
Jenkinsfile vendored
View File

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