You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/03/07 15:09:00 UTC

[incubator-streampipes] branch dev updated: Use node version 13.x in build process

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new ac155d3  Use node version 13.x in build process
ac155d3 is described below

commit ac155d3dac2739f30736e4e0f92552e730d6ae29
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Mar 7 16:08:45 2020 +0100

    Use node version 13.x in build process
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b8746ff..f76b44b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
       - name: Set up Node
         uses: actions/setup-node@v1
         with:
-          node-version: '12.x'
+          node-version: '13.x'
       - name: Build with Maven
         run: mvn clean package javadoc:aggregate
       - name: Set env variables for Docker builds