From f2573066775a6208789cb681ace1dadd04f26e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 9 Nov 2023 14:09:08 -0500 Subject: [PATCH] add Node 20 to CI matrix --- .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 db6abbea..f240dbf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [14, 16, 18] + node-version: [14, 16, 18, 20] webpack-version: ['5'] include: - node-version: "14.15.0" # The minimum supported node version