From 6396e8913f149e1907e0c546e671576d84a50854 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 10 May 2023 11:28:17 +0200 Subject: [PATCH] chore: run CI on Node 20 (#601) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed3d0cb2..63042aec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x, 19.x] + node-version: [14.x, 16.x, 18.x, 19.x, 20.x] jest-version: [27, 28, 29] runs-on: ubuntu-latest steps: