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

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

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: