From 842f4fc9c5d28a7daf81dee546a7eb72afce7017 Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 3 Nov 2023 13:39:12 -0400 Subject: [PATCH] =?UTF-8?q?CI:=20upgrade=20NodeJS=20(14.x=20=E2=86=92=2020?= =?UTF-8?q?.x)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's time to move to the active LTS version: NodeJS 20. --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 91a3e9c..e2d5f96 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: node: - - '14.x' + - '20.x' steps: - uses: actions/checkout@v3