From 19f089f8f66b7721f244099790c13e551d9c3482 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Mon, 23 Mar 2026 13:52:23 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .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 d072535..e96e476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '20.19.0' cache: 'npm' cache-dependency-path: frontend/package-lock.json