You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2021/06/17 02:38:56 UTC

[dubbo-js] branch master updated: Update nodejs.yml

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

hufeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 98e596c  Update nodejs.yml
98e596c is described below

commit 98e596c51a7909d65510d00dea4532d7befc6503
Author: 胡锋 <fe...@gmail.com>
AuthorDate: Thu Jun 17 10:38:51 2021 +0800

    Update nodejs.yml
---
 .github/workflows/nodejs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index de805cd..0550d7f 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -18,7 +18,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node-version: [8, 10, 12]
+        node-version: [10, 12]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
@@ -31,10 +31,10 @@ jobs:
           node-version: ${{ matrix.node-version }}
 
       - name: Install Dependencies
-        run: npm i -g npminstall && npminstall
+        run: npm i -g lerna && lerna bootstrap
 
       - name: Continuous Integration
-        run: npm run ci
+        run: npm run test
 
       - name: Code Coverage
         uses: codecov/codecov-action@v1