From 02d43acc09635a2efb3ddeafe9106fc3137c4196 Mon Sep 17 00:00:00 2001 From: depapp Date: Fri, 30 Aug 2024 19:49:33 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20use=20nodejs=20LTS-only=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8fa8a5b..fcb3f4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: checkout