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 <[email protected]>
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

Reply via email to