From 21c53faf887c3501fefcfe01503cb0451e6dd845 Mon Sep 17 00:00:00 2001 From: Yaacov Zamir Date: Tue, 29 Aug 2023 14:36:21 +0300 Subject: [PATCH] Stop support for node 12 add support for node 20 (#511) Signed-off-by: yzamir --- .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 ac90eb1..a6a2d41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 18.x] + node-version: [14.x, 18.x, 20.x] steps: - uses: actions/checkout@v2