From 533b8346fbc440cdcd8ad42ba77ab2a5f6a6479a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 06:51:01 +0000 Subject: [PATCH] Update dependency node from v22.22.2 to v24 --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1fdbed17..333be5bb 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v5 with: - node-version: 22.22.2 + node-version: 24.14.1 - name: Cache node modules id: cache-npm uses: actions/cache@v4 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 4851f7bd..0d867e28 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v5 with: - node-version: 22.22.2 + node-version: 24.14.1 - name: Cache node modules id: cache-npm uses: actions/cache@v4 diff --git a/package.json b/package.json index 650d567b..9f7a08a3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "typescript": "4.9.5" }, "devDependencies": { - "@types/node": "24.2.0", + "@types/node": "24.12.0", "@types/react": "19.1.9", "@types/react-dom": "19.1.7", "@vitejs/plugin-react": "4.7.0",