You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/03/29 05:28:38 UTC

[skywalking-nodejs] branch kezhenxu94-patch-1 created (now 4226a41)

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

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git.


      at 4226a41  Add Node 15 in the test matrix

This branch includes the following new commits:

     new 4226a41  Add Node 15 in the test matrix

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.


[skywalking-nodejs] 01/01: Add Node 15 in the test matrix

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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git

commit 4226a412488471969bc48cba9d3549603a17ffeb
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Mon Mar 29 13:28:30 2021 +0800

    Add Node 15 in the test matrix
---
 .github/workflows/test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 9d48727..cf53de9 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
     timeout-minutes: 30
     strategy:
       matrix:
-        node-version: [ 10, 12, 14 ]
+        node-version: [ 10, 12, 14, 15 ]
     env:
       SW_NODE_VERSION: ${{ matrix.node-version }}
     steps: