From 037998a0efc4d833211aaee026b68d745efb8ac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:45:17 +0000 Subject: [PATCH] Update Node.js to v20.19.3 --- .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 3b6e26e..4e51da8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: node:20.19.2 + image: node:20.19.3 # this is the user that CI uses, which is needed to generate files within the repo directory options: --user 1001