From 6f6717afbd42e0c9951b93a46933b1c8a63585c1 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sat, 22 Apr 2023 17:01:24 -0300 Subject: [PATCH] ci: Added NodeJS 20.x to the workflow matrix (#1607) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30164810..f3320fc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: