From e262aaaad3fa06aead37024cb94927d5d018df8a Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:12:36 +0000 Subject: [PATCH] chore: add node 20 to CI Saw this in passing, node 20 is now LTS --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbde79fb7..befa83e24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: - 14.x - 16.x - 18.x + - 20.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}