Skip to content

Commit 3202bc2

Browse files
build(deps): update dependency node to v22
1 parent 959c611 commit 3202bc2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-node@v4
6262
with:
63-
node-version: 18.x
63+
node-version: 22.x
6464
registry-url: https://registry.npmjs.org
6565
cache: yarn
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@types/jest": "^29.5.12",
29-
"@types/node": "^20.12.12",
29+
"@types/node": "^22.0.0",
3030
"@typescript-eslint/eslint-plugin": "^7.2.0",
3131
"@typescript-eslint/parser": "^7.2.0",
3232
"cross-env": "^7.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -746,10 +746,10 @@
746746
dependencies:
747747
undici-types "~7.8.0"
748748

749-
"@types/node@^20.12.12":
750-
version "20.19.9"
751-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.9.tgz#ca9a58193fec361cc6e859d88b52261853f1f0d3"
752-
integrity sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==
749+
"@types/node@^22.0.0":
750+
version "22.17.0"
751+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
752+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
753753
dependencies:
754754
undici-types "~6.21.0"
755755

0 commit comments

Comments
 (0)