From c4498f52b365e0ccbb558a693aabf82ba7955280 Mon Sep 17 00:00:00 2001 From: Hossein Mohammadi Date: Tue, 12 Dec 2023 14:38:00 +0330 Subject: [PATCH] test: drop support for node 14 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ee3cc8..5408318 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14.x, 16.x, 18.x, 20.x] + node: [16.x, 18.x, 20.x] prettier: [3.0] steps: