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",