You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/02/15 09:23:48 UTC

[skywalking-rocketbot-ui] branch master updated: Try nodejs 14 (#429)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 11ded67  Try nodejs 14 (#429)
11ded67 is described below

commit 11ded673e29a7e21b26b91deff374dac28b63551
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Feb 15 17:23:41 2021 +0800

    Try nodejs 14 (#429)
---
 .github/workflows/nodejs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 84a56db..9a73209 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -39,7 +39,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [8.x, 10.x]
+        node-version: [8.x, 10.x, 14.x]
 
     steps:
       - uses: actions/checkout@v1