diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c65da907..2fdacc79 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -20,7 +20,7 @@ jobs: wait-interval: 10 - uses: actions/setup-node@v5 with: - node-version: 22.x + node-version: 24.x - name: 'Checkout' uses: actions/checkout@master - name: Cache node_modules @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/setup-node@v5 with: - node-version: 22.x + node-version: 24.x - name: 'Checkout' uses: actions/checkout@master - uses: actions/download-artifact@v5 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 797a2047..0035a4a0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-node@v5 with: - node-version: 22.x + node-version: 24.x - name: 'Checkout' uses: actions/checkout@master - name: Cache node_modules diff --git a/package.json b/package.json index 9c8e4f98..1f0b959c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@testing-library/user-event": "^14.4.3", "@types/google.analytics": "^0.0.46", "@types/jest": "^30.0.0", - "@types/node": "^22.18.1", + "@types/node": "^24.0.0", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@types/react-helmet": "^6.1.11", @@ -86,7 +86,7 @@ "workbox-webpack-plugin": "^7.0.0" }, "engines": { - "node": "^22.19.0" + "node": "^24.0.0" }, "keywords": [ "boilerplate", diff --git a/yarn.lock b/yarn.lock index 0f3e8d33..0dd5763e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5055,12 +5055,12 @@ dependencies: undici-types "~7.16.0" -"@types/node@^22.18.1": - version "22.18.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.1.tgz#cc85ee6999b2a2928739281d2f56ff410a140c52" - integrity sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw== +"@types/node@^24.0.0": + version "24.12.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2" + integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ== dependencies: - undici-types "~6.21.0" + undici-types "~7.16.0" "@types/normalize-package-data@^2.4.0": version "2.4.4" @@ -13131,11 +13131,6 @@ unbox-primitive@^1.1.0: has-symbols "^1.1.0" which-boxed-primitive "^1.1.1" -undici-types@~6.21.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" - integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== - undici-types@~7.16.0: version "7.16.0" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"