This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new a086141  Update Node to v 17
a086141 is described below

commit a086141f4d0175b2db90465ca40aa9fb136286ff
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Thu Feb 3 16:00:41 2022 -0500

    Update Node to v 17
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0aaf4e2..16ba677 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
       - name: Set up Node
         uses: actions/setup-node@v2
         with:
-          node-version: '16'
+          node-version: '17'
 
       - name: Karavan Core install
         working-directory: ./karavan-core

Reply via email to