From 2c98f7b72215484a560e43cacfb990c87582d6ad Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Mon, 4 Dec 2023 11:19:25 -0500 Subject: [PATCH] chore: add Node 18 and 20 to ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e238e38..af31e79 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14] + node: [10, 12, 14, 18, 20] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1