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 466b0e30 Fix #904
466b0e30 is described below

commit 466b0e3018abbf08750b2249a8d8ba7d34291b38
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Wed Sep 27 17:58:43 2023 -0400

    Fix #904
---
 .github/workflows/vscode.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml
index 6f9ea727..42fe443a 100644
--- a/.github/workflows/vscode.yml
+++ b/.github/workflows/vscode.yml
@@ -42,7 +42,7 @@ jobs:
       - name: Set up Node
         uses: actions/setup-node@v3
         with:
-          node-version: '16'
+          node-version: '20'
 
       - name: Karavan Core install
         working-directory: ./karavan-core

Reply via email to