This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 36e230bb01 chore(deps): Bump node version in CI scripts (#3706)
36e230bb01 is described below
commit 36e230bb01e52eb713083b36072b70c689c2c07a
Author: Dominik Riemer <[email protected]>
AuthorDate: Mon Jul 28 14:00:06 2025 +0200
chore(deps): Bump node version in CI scripts (#3706)
---
.github/workflows/build.yml | 2 +-
.github/workflows/cypress-test.yml | 2 +-
.github/workflows/pr-validation.yml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aabaf8028d..0310c51556 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
- node-version: '18.x'
+ node-version: '22.x'
cache: 'npm'
cache-dependency-path: ui/package-lock.json
diff --git a/.github/workflows/cypress-test.yml
b/.github/workflows/cypress-test.yml
index 29b4d505d6..e7c2ed6122 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -37,7 +37,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
- node-version: '18.x'
+ node-version: '22.x'
cache: 'npm'
cache-dependency-path: ui/package-lock.json
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index cd80ab5764..db93490dc5 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -44,7 +44,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
- node-version: '18.x'
+ node-version: '22.x'
cache: 'npm'
cache-dependency-path: ui/package-lock.json
@@ -76,7 +76,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
- node-version: '18.x'
+ node-version: '22.x'
cache: 'npm'
cache-dependency-path: ui/package-lock.json