Updated NodeJS version.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 06:53:55 +00:00
parent dc8b09068f
commit a2751c0c31
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline {
agent {
kubernetes {
cloud 'Reslate Systems'
defaultContainer 'conda'
}
}

View File

@ -3,4 +3,4 @@ channels:
- conda-forge
dependencies:
- dotnet-sdk=8.0.*
- nodejs=18.12.*
- nodejs=20.15.1