From 7828b62be335ba9b15b232d2eaf1d1658c7c1389 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:35:35 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/pr-checks.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 2cb1583..7ebb242 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: Validate cache run: yarn install --immutable @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e1c1fa..e5a855d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 24 - run: yarn install - run: yarn test - run: yarn build