From 5e010f3712c7e4943ee6b29333c5cca55b718c5b Mon Sep 17 00:00:00 2001 From: yoavweber Date: Fri, 6 Sep 2024 17:06:41 +0300 Subject: [PATCH] adding support to node 14 and above in github workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535e4b7..a1b5954 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['10.x', '12.x', '14.x'] + node: ['14.x', '16.x', '18.x', '20.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: