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 ec4b783f Ap Action
ec4b783f is described below
commit ec4b783fbc171a8bfe42abf52316d6e4042352ca
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Apr 3 14:50:04 2026 -0400
Ap Action
---
.github/workflows/app.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index ef850c4b..a18ce79f 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -38,9 +38,9 @@ jobs:
- name: Set up Node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
- node-version: '22'
+ node-version: '24'
- name: Create Multi Platfrom Builder
run: docker buildx create --use --platform=linux/arm64,linux/amd64
--name multi-platform-builder