From 599121cf51ce5e8424eb539270f8bd8358d85fcb Mon Sep 17 00:00:00 2001 From: Can Yener Date: Mon, 18 Jul 2022 16:05:49 +0300 Subject: [PATCH] Update config.yml --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 2993b475..7e95af77 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2