You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2023/02/04 02:45:17 UTC

[incubator-flagon-useralejs] branch test updated (e7c250c -> 9b6b7e2)

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

poorejc pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


    from e7c250c  updates maintenance line in Readme and decreases Dependabot activity
     new a8ddc3a  updating Node CI versions to actively supported versions
     new 9b6b7e2  adding badge to indicate Node.js Support

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/node.js.yml | 3 ++-
 README.md                     | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)


[incubator-flagon-useralejs] 01/02: updating Node CI versions to actively supported versions

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git

commit a8ddc3aa99c9c310c45a4b57dfdf1a2295dc187f
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 3 21:34:37 2023 -0500

    updating Node CI versions to actively supported versions
---
 .github/workflows/node.js.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 7ae622b..c27137b 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -20,8 +20,9 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [12.x, 14.x, 15.x, 16.x]
+        node-version: [16.x, 18.x, 19.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
+        # See active and security support for Node.js at https://endoflife.date/nodejs
 
     steps:
       - uses: actions/checkout@v2


[incubator-flagon-useralejs] 02/02: adding badge to indicate Node.js Support

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git

commit 9b6b7e22b3a5da51f722ffaeee4ebcc8ca8f4771
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 3 21:45:08 2023 -0500

    adding badge to indicate Node.js Support
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c7886c6..4fe9746 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
 ![Maintenance](https://img.shields.io/maintenance/yes/2023)
 ![npm](https://img.shields.io/npm/v/flagon-userale)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
+![Node.js](https://img.shields.io/badge/Node.js%20Support-16.x%2C%2018.x%2C%2019.x-orange)
 
 Apache UserALE.js is part of the [Apache Flagon Project](http://flagon.incubator.apache.org/). It is a client side instrumentation library written in JavaScript designed for easy deployment and lightweight configuration in gathering logs from your web applications for user behavioral analytics.