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 ba3c123  Setup node 18 for testing matrix (#119)
ba3c123 is described below

commit ba3c1236f545595bfc29953640805d83f67ae337
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Thu Oct 19 16:41:34 2023 +0800

    Setup node 18 for testing matrix (#119)
---
 .github/workflows/build.yaml | 2 +-
 .github/workflows/test.yaml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 419f558..5442bd6 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
     timeout-minutes: 30
     strategy:
       matrix:
-        node-version: [ 10, 12, 14, 16 ]
+        node-version: [ 10, 12, 14, 16, 18 ]
     steps:
       - uses: actions/checkout@v2
         with:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index b2234d3..3295e1b 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, 15 ]
+        node-version: [ 10, 12, 14, 16, 18 ]
     env:
       SW_NODE_VERSION: ${{ matrix.node-version }}
     steps:

Reply via email to