From 5ad78a5ebb15164347b73aa3745016b6957803eb Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Thu, 18 Apr 2024 14:40:24 +0100 Subject: [PATCH] Expand supported versions that we test in CI Phoenix now only requires 16.x or above, and so does Puter itself, so let's include that, and also 18.x as the other LTS version. --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b05b5e25..c6e731cc 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20.x, 21.x] + node-version: [16.x, 18.x, 20.x, 21.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: