From f8e3f5d9110244646b46fe4efde58227c17e1845 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 c62498749b..40496c1af0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,8 +45,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 npm files id: cache-npm