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 a0f2057 update node to v18 a0f2057 is described below commit a0f20571d88bd3d756b85256db0af74973342fff Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Nov 14 07:57:38 2022 -0500 update node to v18 --- .github/workflows/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 9da8453..95a22a2 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -44,7 +44,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: '17' + node-version: '18' - name: Karavan Core install working-directory: ./karavan-core