This is an automated email from the ASF dual-hosted git repository.

duhengforever 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 a35784bb Change plugin-client-redirects version (#215)
a35784bb is described below

commit a35784bb2dee338361dfc381839ebabf447fb86e
Author: Jack Tsai <[email protected]>
AuthorDate: Wed Sep 7 13:28:50 2022 +0800

    Change plugin-client-redirects version (#215)
    
    Co-authored-by: tsaitsung-han.tht <[email protected]>
---
 .github/workflows/pre-build.yml | 2 +-
 package.json                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pre-build.yml b/.github/workflows/pre-build.yml
index 4b5cd020..f4bcc36e 100644
--- a/.github/workflows/pre-build.yml
+++ b/.github/workflows/pre-build.yml
@@ -16,7 +16,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [12.x, 14.x, 16.x]
+        node-version: [14.x, 16.x]
         # See supported Node.js release schedule at 
https://nodejs.org/en/about/releases/
 
     steps:
diff --git a/package.json b/package.json
index f61817b6..47b41311 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
   },
   "dependencies": {
     "@docusaurus/core": "2.0.0-beta.6",
-    "@docusaurus/plugin-client-redirects": "^2.1.0",
+    "@docusaurus/plugin-client-redirects": "^2.0.1",
     "@docusaurus/preset-classic": "2.0.0-beta.6",
     "@emotion/react": "^11.9.3",
     "@emotion/styled": "^11.9.3",

Reply via email to