From 02bc7c315f5b18cd8c27ea96a54d911710e8a476 Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Wed, 1 Nov 2023 11:36:16 +0100 Subject: [PATCH] Support Node 20 as current LTS. (#12) --- .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 1693af3..c18efb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 21.x] steps: - uses: actions/checkout@v2