From 4804f82b553e3e7e06d74f09c9681fdb04cfa60d Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:09:44 +0000 Subject: [PATCH] chore: add node 18 and 20 tests --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f3d28b0..5c82cf6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,9 @@ jobs: node: - '14' - '16' + - '18' + - '20' + steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2