Only test on node v15 and v14 (bellow is no longer supported (rmSync)

This commit is contained in:
garronej
2022-04-20 11:59:19 +02:00
parent c92ae9cfa9
commit fa5f1c230a
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ export function downloadBuiltinKeycloakTheme(params: { keycloakVersion: string;
if (require.main === module) {
(async () => {
console.log(process.env);
const { keycloakVersion } = await promptKeycloakVersion();
const destDirPath = pathJoin(keycloakThemeBuildingDirPath, "src", "main", "resources", "theme");