From 2b8a7fe619c82c57ce9f8fb98b6d17e536059640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 29 Oct 2023 20:43:12 +0100 Subject: [PATCH] Update Node to 20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .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 fb9c579..40053d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: FORCE_COLOR: 2 - NODE: 16 + NODE: 20 PYTHON_VERSION: "3.11" jobs: