diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 10eae53..2ccc241 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "22" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache uses: actions/cache@v3 diff --git a/package.json b/package.json index 7695b9f..1530b19 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/browser-sync-webpack-plugin": "2.2.5", "@types/jest": "29.5.14", "@types/jsdom": "20.0.1", - "@types/node": "18.19.130", + "@types/node": "22.18.11", "@types/svgo": "2.6.4", "browser-sync": "2.29.3", "browser-sync-webpack-plugin": "2.4.0", diff --git a/yarn.lock b/yarn.lock index 9f4ab34..6b9fb46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1140,12 +1140,12 @@ dependencies: undici-types "~5.26.4" -"@types/node@18.19.130": - version "18.19.130" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59" - integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg== +"@types/node@22.18.11": + version "22.18.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.11.tgz#aa8a8ccae8cc828512df642f0d82606b89450d71" + integrity sha512-Gd33J2XIrXurb+eT2ktze3rJAfAp9ZNjlBdh4SVgyrKEOADwCbdUDaK7QgJno8Ue4kcajscsKqu6n8OBG3hhCQ== dependencies: - undici-types "~5.26.4" + undici-types "~6.21.0" "@types/node@>=10.0.0": version "17.0.21" @@ -8355,6 +8355,11 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +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== + universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"