From 04632ca58291a88839f5f7cafc6b680f6c0283da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:38:37 +0000 Subject: [PATCH] Update Node.js --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/pr-checks.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84a2821..181cedc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.18.1 + node-version: 24.19.0 cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.18.1 + node-version: 24.19.0 cache: yarn - uses: webfactory/ssh-agent@v0.10.0 with: diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 146b671..c800a2a 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.18.1 + node-version: 24.19.0 cache: "yarn" - run: yarn install - name: Run prettier diff --git a/package.json b/package.json index 1d6afaa..abee9a7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "engines": { - "node": ">=24.18.1" + "node": ">=24.19.0" }, "resolutions": { "got": "^15.1.0"