This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch bump-node-version-ci in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 6f5ba568d5be722e35a354890d3b0035f31f74a2 Author: Dominik Riemer <[email protected]> AuthorDate: Mon Jul 28 13:35:05 2025 +0200 chore(deps): Bump node version in CI scripts --- .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
