From ca512b981f481f3f8488d26dd9a13b280cfd563d Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 28 Oct 2023 14:11:03 +0200 Subject: [PATCH] Update Nodejs version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8d788f3a9..899f930057 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,8 +58,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 - node-version: '16' + # Keep aligned with what's in the dev image... + node-version: '20' - name: Cache node_module id: cache-node_modules