From d5b579ea5415df242ffdc714d3462f93d458b117 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Thu, 2 Nov 2023 22:33:32 +0100 Subject: [PATCH] use node 16 --- .github/workflows/flink-ci-template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/flink-ci-template.yml b/.github/workflows/flink-ci-template.yml index 5b4b129b740ff..17630b69c2233 100644 --- a/.github/workflows/flink-ci-template.yml +++ b/.github/workflows/flink-ci-template.yml @@ -66,6 +66,7 @@ jobs: - name: "Flink Checkout" uses: actions/checkout@v3 with: + node-version: '16' distribution: 'temurin' # See 'Supported distributions' for available options java-version: ${{inputs.jdk-version}} persist-credentials: false @@ -148,6 +149,7 @@ jobs: - name: "Flink Checkout" uses: actions/checkout@v3 with: + node-version: '16' distribution: 'temurin' # See 'Supported distributions' for available options java-version: ${{inputs.jdk-version}} persist-credentials: false @@ -215,6 +217,7 @@ jobs: - name: "Flink Checkout" uses: actions/checkout@v3 with: + node-version: '16' distribution: 'temurin' # See 'Supported distributions' for available options java-version: ${{inputs.jdk-version}} persist-credentials: false @@ -351,6 +354,7 @@ jobs: - name: "Flink Checkout" uses: actions/checkout@v3 with: + node-version: '16' distribution: 'temurin' # See 'Supported distributions' for available options java-version: ${{inputs.jdk-version}} persist-credentials: false