You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/09/03 10:55:16 UTC

[apisix-dashboard] branch juzhiyuan-patch-1 created (now f10f70e)

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

juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


      at f10f70e  feat: test node.js 8.x

This branch includes the following new commits:

     new f10f70e  feat: test node.js 8.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-dashboard] 01/01: feat: test node.js 8.x

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit f10f70ea2a500f9704b7998c4c960e9e490185e4
Author: 琚致远 <ju...@apache.org>
AuthorDate: Thu Sep 3 18:55:11 2020 +0800

    feat: test node.js 8.x
---
 .github/workflows/multiple-node-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/multiple-node-build.yml b/.github/workflows/multiple-node-build.yml
index 00dafb9..d96143d 100644
--- a/.github/workflows/multiple-node-build.yml
+++ b/.github/workflows/multiple-node-build.yml
@@ -19,7 +19,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x]
+        node-version: [8.x, 10.x, 12.x, 14.x]
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps: