From 35e4d75946e5468bb6ef1c4464a50820b4a1b115 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Thu, 2 Nov 2023 22:29:07 +0100 Subject: [PATCH] use node 16 --- .github/workflows/flink-ci-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flink-ci-template.yml b/.github/workflows/flink-ci-template.yml index f15ea74f7655e..5b4b129b740ff 100644 --- a/.github/workflows/flink-ci-template.yml +++ b/.github/workflows/flink-ci-template.yml @@ -97,6 +97,7 @@ jobs: - name: "Flink Checkout" uses: actions/checkout@v4 with: + node-version: '16' distribution: 'temurin' # See 'Supported distributions' for available options java-version: ${{inputs.jdk-version}} persist-credentials: false