diff --git a/.github/workflow-examples/automatic_deployment_production.yml b/.github/workflow-examples/automatic_deployment_production.yml index 14163c3d75..9199c579d6 100644 --- a/.github/workflow-examples/automatic_deployment_production.yml +++ b/.github/workflow-examples/automatic_deployment_production.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node: [12.x] + node: [14.x] steps: - name: Checkout code diff --git a/.github/workflow-examples/poll_for_changed_configuration.yml b/.github/workflow-examples/poll_for_changed_configuration.yml index 143add7eeb..bfc2ee67e0 100644 --- a/.github/workflow-examples/poll_for_changed_configuration.yml +++ b/.github/workflow-examples/poll_for_changed_configuration.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node: [12.x] + node: [14.x] steps: - name: Checkout code diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index 9dc45a69e9..593fc3f98c 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node: [12.x] + node: [14.x] steps: - name: Checkout code