Generated by Spark: Fix all reported errors.

This commit is contained in:
2026-01-17 09:11:13 +00:00
committed by GitHub
parent ac1d411385
commit b684f0a515
50 changed files with 107632 additions and 53 deletions

2
Jenkinsfile vendored
View File

@@ -41,7 +41,7 @@ pipeline {
sh '''
node --version
npm --version
npm ci
npm install --legacy-peer-deps
'''
}
}