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/05/15 05:23:58 UTC

[skywalking-nodejs] branch master updated: Add Node 15 in the test matrix (#45)

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-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c01c94  Add Node 15 in the test matrix (#45)
4c01c94 is described below

commit 4c01c942eda0b1ae81836c91c618c9d4a5ef9649
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Sat May 15 13:23:47 2021 +0800

    Add Node 15 in the test matrix (#45)
---
 .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: