mirror of https://github.com/apache/druid.git
install node on runners (#13690)
This commit is contained in:
parent
44374f91bc
commit
7a54524076
|
@ -60,6 +60,11 @@ jobs:
|
||||||
${MVN} clean install -q -ff -pl '!distribution,!:druid-it-image,!:druid-it-cases' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C &&
|
${MVN} clean install -q -ff -pl '!distribution,!:druid-it-image,!:druid-it-cases' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C &&
|
||||||
${MVN} install -q -ff -pl 'distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
|
${MVN} install -q -ff -pl 'distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
|
||||||
|
|
||||||
|
- name: setup node
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16.17.0
|
||||||
|
|
||||||
- name: setup variables
|
- name: setup variables
|
||||||
run: |
|
run: |
|
||||||
export base_ref=${{ github.base_ref }}
|
export base_ref=${{ github.base_ref }}
|
||||||
|
|
Loading…
Reference in New Issue