From 5580d0788c8e3741db9210030bc7d1205e239eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Thu, 27 Jun 2024 15:01:44 +0300 Subject: [PATCH] add node 22 --- .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 e07183a..c0f2206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ jobs: uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.0 with: license-check: true - node-versions: '["16", "18", "20"]' + node-versions: '["16", "18", "20", "22"]'