From 71b56846bb97195ee555c823c3cb1c847ac552e6 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Fri, 24 Nov 2023 11:43:29 -0500 Subject: [PATCH] chore: add node20 ci target (#259) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6c44bef..8060a0c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: name: Unit tests strategy: matrix: - node-version: [v14.x, v16.x, v18.x] + node-version: [v14.x, v16.x, v18.x, v20.x] os: [ubuntu-latest, macos-latest, windows-latest] exclude: - os: windows-latest @@ -145,7 +145,7 @@ jobs: name: System tests strategy: matrix: - node-version: [v14.x, v16.x, v18.x] + node-version: [v14.x, v16.x, v18.x, v20.x] os: [ubuntu-latest, macos-latest, windows-latest] exclude: - os: windows-latest