This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new c38c4494d6 Update GitHub Actions Node version to 22.18.0 (#739)
c38c4494d6 is described below
commit c38c4494d6db8b7174383525782e3875d8d7f9c8
Author: Jack Tsai <[email protected]>
AuthorDate: Fri Aug 1 17:52:12 2025 +0800
Update GitHub Actions Node version to 22.18.0 (#739)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
.github/workflows/pre-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pre-build.yml b/.github/workflows/pre-build.yml
index d0a19c260e..90628902d9 100644
--- a/.github/workflows/pre-build.yml
+++ b/.github/workflows/pre-build.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [18.14.0]
+ node-version: [22.18.0]
# See supported Node.js release schedule at
https://nodejs.org/en/about/releases/
steps: