This commit is contained in:
2026-03-02 16:45:35 +01:00
parent d323f804fc
commit a0faa2d105

View File

@@ -17,6 +17,7 @@ pipeline {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@4.12.0 --activate'
sh 'rm yarn.lock'
sh 'yarn install --immutable'
}
}