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:17 UTC

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

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: