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.
This commit is contained in:
Sam Atkins
2024-04-18 14:40:24 +01:00
parent dc95f2e065
commit 5ad78a5ebb

View File

@@ -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: