From eaa4ca725f1a85db00a5b9fb6c49cff0f32cbf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20R=C3=BC=C3=9Fler?= Date: Thu, 8 Feb 2024 14:10:39 +0100 Subject: [PATCH] Update build matrix to Node 20.x and 21.x Update to Node 20.11.0 in `.tool-versions`. --- .github/workflows/ci.yml | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dd8987..29d621c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: - node: ["18.x", "19.x"] + node: ["20.x", "21.x"] name: Node.js ${{ matrix.node }} steps: diff --git a/.tool-versions b/.tool-versions index 08a368b..557ea46 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 19.2.0 +nodejs 20.11.0