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 e92046d1ce Update GitHub Actions Node version to 18.0.14 (#678)
e92046d1ce is described below
commit e92046d1ce021dbae67c55bc8b2499d6604ea721
Author: Jack Tsai <[email protected]>
AuthorDate: Tue Aug 20 17:23:39 2024 +0800
Update GitHub Actions Node version to 18.0.14 (#678)
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 7206b459ee..d0a19c260e 100644
--- a/.github/workflows/pre-build.yml
+++ b/.github/workflows/pre-build.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [16.14.0]
+ node-version: [18.14.0]
# See supported Node.js release schedule at
https://nodejs.org/en/about/releases/
steps: