From 630536dffc57858c326267e6173224dda41d870d Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 26 Oct 2023 12:16:44 +0200 Subject: [PATCH] chore: run CI on Node 20 and 21 (#184) --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c1d5a2f..c291817 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x, 21.x] runs-on: ubuntu-latest steps: