Skip to content

Commit

Permalink
use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Nov 2, 2023
1 parent 35e4d75 commit d5b579e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5b579e

Please sign in to comment.