From 87a4cace51e92210a3c28040732bd91a1b69681c Mon Sep 17 00:00:00 2001 From: Christian Schuller Date: Thu, 25 Apr 2024 15:59:36 +0200 Subject: [PATCH] Add nodejs 20.x support --- .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 9acc3e4..2095cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2