From db583f64bdbd20f1b81a26fe35de69f273a7d418 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 Apr 2023 08:40:20 +0200 Subject: [PATCH] Run CI on node 20 --- .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 c65bdca2..21e7d655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - node: [ "16", "18", "19"] + node: [ "16", "18", "19", "20"] steps: - uses: actions/checkout@v3