From f594e7262029e9a54a091a133ab4110ea71bbe52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:07:47 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.4 --- .github/workflows/generate-web-client.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-web-client.yml b/.github/workflows/generate-web-client.yml index 325c203..1aa392d 100644 --- a/.github/workflows/generate-web-client.yml +++ b/.github/workflows/generate-web-client.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.19.4 registry-url: "https://registry.npmjs.org" - run: npm ci - uses: actions/setup-java@v4 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index acf50c8..e618362 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.19.4 registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run test