diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index e2f9e357..4269cca8 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -13,7 +13,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9214524a..e3c83310 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -64,7 +64,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 6fd3c4ee..17f86998 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -33,7 +33,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3bacd696..8f9a9f1d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,7 +19,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index 8de5ef53..f169f2f5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.11", "@types/mdx": "^2.0.5", - "@types/node": "20.16.5", + "@types/node": "22.16.4", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.21.0", diff --git a/yarn.lock b/yarn.lock index 9cc980a3..5215b502 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4032,12 +4032,12 @@ dependencies: undici-types "~7.8.0" -"@types/node@20.16.5": - version "20.16.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5.tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53" - integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA== +"@types/node@22.16.4": + version "22.16.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.4.tgz#00c763ad4d4e45f62d5a270c040ae1a799c7e38a" + integrity sha512-PYRhNtZdm2wH/NT2k/oAJ6/f2VD2N2Dag0lGlx2vWgMSJXGNmlce5MiTQzoWAiIJtso30mjnfQCOKVH+kAQC/g== dependencies: - undici-types "~6.19.2" + undici-types "~6.21.0" "@types/node@>=10.0.0": version "20.10.6" @@ -16455,11 +16455,6 @@ 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.19.2: - version "6.19.8" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" - integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== - undici-types@~6.21.0: version "6.21.0" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"