From 7037ab9991977124859abfdba0de9874986eeee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:29:56 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.6 --- .github/workflows/check-dist.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/rebuild-dist.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 0deca8824..ae27b264b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 20.19.6 - run: npm ci - run: npm run format - run: npm run build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 718a4345d..bf242e957 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 20.19.6 - run: npm ci # Core action code - run: npm run format # Prettier formats core action code diff --git a/.github/workflows/rebuild-dist.yml b/.github/workflows/rebuild-dist.yml index 3554b5ed8..d9a88103c 100644 --- a/.github/workflows/rebuild-dist.yml +++ b/.github/workflows/rebuild-dist.yml @@ -30,7 +30,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 20.19.6 - run: npm ci - run: npm run format - run: npm run build