From 8fa86f58ea1542a23b0b6a085bf6ce36d22bca79 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Tue, 9 Aug 2022 21:33:06 -0700 Subject: [PATCH] chore: update CI to include v18 No change to logic. This updates GitHub actions to test up through node v18. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fe8d1f..bb5cced 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: - 12 - 14 - 16 + - 18 os: - ubuntu-latest - macos-latest