Install xz for Node archive extraction

This commit is contained in:
2026-01-13 22:01:12 +00:00
parent 0197826b57
commit f16e2484d1

2
Jenkinsfile vendored
View File

@@ -22,6 +22,8 @@ pipeline {
stage('Download Node') {
steps {
sh '''
apt-get update
apt-get install -y xz-utils
curl -fsSLO https://nodejs.org/dist/v${NODE_VERSION}/${NODE_DIST}.tar.xz
tar -xJf ${NODE_DIST}.tar.xz
node --version