From 8727241b711777adb142b406703adb62b345bdd4 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Tue, 9 Aug 2022 22:16:32 -0700 Subject: [PATCH] chore: update CI to include latest LTS No change to logic. This updates GitHub actions to test up through node the latest LTS versions. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29a0f63..fd5440b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,10 @@ jobs: - 10 - 12 - 14 + - 16 + - 18 + - 20 + - 22 os: - ubuntu-latest - macos-latest