From e42155e078116258abcf27895c97be24d9d6d1a1 Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Sat, 22 Oct 2022 13:55:30 -0500 Subject: [PATCH] Add more Node versions to test --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2c4c4a..d50ada6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,9 @@ jobs: fail-fast: false matrix: node-version: + - 18 - 16 + - 14 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3