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

@ -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

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");