diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6aafcb0c..5a159950 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 if: ${{ steps.release.outputs.release_created }} with: - node-version: 18 + node-version: 22.18.0 registry-url: https://registry.npmjs.org - run: corepack enable - name: Lint and Test diff --git a/package.json b/package.json index e4f18d18..bba1610d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@size-limit/file": "^11.2.0", "@stylistic/eslint-plugin": "^5.2.2", "@types/fs-extra": "^11.0.4", - "@types/node": "^18.19.121", + "@types/node": "^22.17.1", "@types/semver": "^7.7.0", "@types/which": "^3.0.4", "commander": "^12.1.0", diff --git a/yarn.lock b/yarn.lock index 5b96278c..1ef93203 100644 --- a/yarn.lock +++ b/yarn.lock @@ -506,12 +506,12 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^18.19.121": - version "18.19.121" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.121.tgz#c50d353ea2d1fb1261a8bbd0bf2850306f5af2b3" - integrity sha512-bHOrbyztmyYIi4f1R0s17QsPs1uyyYnGcXeZoGEd227oZjry0q6XQBQxd82X1I57zEfwO8h9Xo+Kl5gX1d9MwQ== +"@types/node@*", "@types/node@^22.17.1": + version "22.17.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.1.tgz#484a755050497ebc3b37ff5adb7470f2e3ea5f5b" + integrity sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA== dependencies: - undici-types "~5.26.4" + undici-types "~6.21.0" "@types/parse-json@^4.0.0": version "4.0.2" @@ -2268,10 +2268,10 @@ ufo@^1.5.4: resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b" integrity sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA== -undici-types@~5.26.4: - version "5.26.5" - 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== unique-string@^3.0.0: version "3.0.0"