From 1f4717d09fbdd03a157c579406e642466b3887a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Fri, 5 Jul 2024 06:40:59 +0300 Subject: [PATCH] Update .github/workflows/ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Frazer Smith Signed-off-by: Gürgün Dayıoğlu --- .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 d972f90..ff54ddc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: with: license-check: true lint: true - node-versions: '["16", "18", "20"]' + node-versions: '["18", "20", "22"]'