From be652c09481abbdcbaf6616adb5f4d05b33dc0d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:01:06 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/inception.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/inception.yml b/.github/workflows/inception.yml index 5334e79..f5e0fe7 100644 --- a/.github/workflows/inception.yml +++ b/.github/workflows/inception.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 20 + node-version: 24 - run: npm ci - run: npm run build - uses: ./ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59dc350..d041fbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fb33ef..8beb520 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 20 + node-version: 24 - run: npm ci - run: npm test