diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3a63c0a..c50b3ddb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: needs: test_formatting strategy: matrix: - node: [ '15', '14', '13' ] + node: [ '15', '14' ] name: Test with Node v${{ matrix.node }} steps: - name: Tell if project is using npm or yarn diff --git a/src/bin/download-builtin-keycloak-theme.ts b/src/bin/download-builtin-keycloak-theme.ts index 84a49b57..495f374e 100644 --- a/src/bin/download-builtin-keycloak-theme.ts +++ b/src/bin/download-builtin-keycloak-theme.ts @@ -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");