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 03:00:27 UTC

[incubator-flagon-useralejs] branch test updated: regressing node.js CI to 16.x, 18x -- some unit tests fail on 19.x (support ends soon for 19)

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


The following commit(s) were added to refs/heads/test by this push:
     new 604572f  regressing node.js CI to 16.x, 18x -- some unit tests fail on 19.x (support ends soon for 19)
604572f is described below

commit 604572f515f3549322af1ee37aafaca5ddc025ed
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 3 22:00:18 2023 -0500

    regressing node.js CI to 16.x, 18x -- some unit tests fail on 19.x (support ends soon for 19)
---
 .github/workflows/node.js.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index c27137b..e044d83 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -20,7 +20,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [16.x, 18.x, 19.x]
+        node-version: [16.x, 18.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