From 6b93c57fa2dab8869f1508970c44a8300ef444be Mon Sep 17 00:00:00 2001 From: REllEK Date: Wed, 8 May 2024 14:02:31 -0700 Subject: [PATCH] Update node.js.yml RIP Node v14.x and v16.x after npm update for Stratimux Issue was rxjs being undefined during a npm CI, not directly related to Stratimux --- .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 4dffb46..6204e5d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: