diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 805240230..d7227ca04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ name: Build on: push: - branches: [ 'sustaining/6.3.x','master' ] + branches: [ 'sustaining/6.3.x','master', 'issues/**', 'features/**' ] pull_request: jobs: build-maven: diff --git a/openidm-ui/openidm-ui-admin/package.json b/openidm-ui/openidm-ui-admin/package.json index aab1e6e36..a862a5467 100644 --- a/openidm-ui/openidm-ui-admin/package.json +++ b/openidm-ui/openidm-ui-admin/package.json @@ -16,7 +16,7 @@ "babel-preset-es2015": "^6.18.0", "eslint": "1.10.3", "eslint-formatter-warning-summary": "1.0.1", - "grunt": ">=1.5.3", + "grunt": "1.6.2", "grunt-babel": "6.0.0", "grunt-cli": "1.2.0", "grunt-contrib-copy": "1.0.0", diff --git a/openidm-ui/openidm-ui-api/package.json b/openidm-ui/openidm-ui-api/package.json index 34e70225f..0de3d2e09 100644 --- a/openidm-ui/openidm-ui-api/package.json +++ b/openidm-ui/openidm-ui-api/package.json @@ -3,7 +3,7 @@ "version": "0.0.2", "private": true, "devDependencies": { - "grunt": ">=1.5.3", + "grunt": "1.6.2", "grunt-cli": "1.2.0", "grunt-contrib-copy": "1.0.0", "swagger-ui-dist": "^5.17.14" diff --git a/openidm-ui/openidm-ui-common/package.json b/openidm-ui/openidm-ui-common/package.json index 1a7270c72..008c703cb 100644 --- a/openidm-ui/openidm-ui-common/package.json +++ b/openidm-ui/openidm-ui-common/package.json @@ -13,7 +13,7 @@ "babel-plugin-transform-es2015-template-literals": "^6.8.0", "eslint": "1.10.3", "eslint-formatter-warning-summary": "1.0.1", - "grunt": ">=1.5.3", + "grunt": "1.6.2", "grunt-cli": "1.2.0", "grunt-eslint": "17.3.2" } diff --git a/openidm-ui/openidm-ui-enduser/package.json b/openidm-ui/openidm-ui-enduser/package.json index 378d361e8..05b562bc3 100644 --- a/openidm-ui/openidm-ui-enduser/package.json +++ b/openidm-ui/openidm-ui-enduser/package.json @@ -16,7 +16,7 @@ "babel-preset-es2015": "^6.18.0", "eslint": "1.10.3", "eslint-formatter-warning-summary": "1.0.1", - "grunt": ">=1.5.3", + "grunt": "1.6.2", "grunt-babel": "6.0.0", "grunt-cli": "1.2.0", "grunt-contrib-copy": "1.0.0",