From e55e0032cde746591d06629f06384185ef849fd7 Mon Sep 17 00:00:00 2001 From: igalklebanov Date: Fri, 27 Oct 2023 01:09:35 +0300 Subject: [PATCH] drop node 14. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b73b43b..221ad03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] fail-fast: false steps: