From 020c991b57783027d62c14ed86eb8619b0f697d2 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 11 Aug 2023 11:51:02 +0200 Subject: [PATCH] chore(ci): re-enable Node 20 --- .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 b886d4343..f3e64a195 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout