From 50a3c383c55c0b4c59b6aeed4c10fd8075f39129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:52:45 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/main.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6db30a6..04d70a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 cache: npm - run: npm ci - run: npm run lint diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7db4275..9473dea 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish --provenance --access public