Skip to content

Commit 26379ea

Browse files
build(deps): update dependency node to v22
1 parent 496fc05 commit 26379ea

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": "^30.0.0",
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
@@ -977,10 +977,10 @@
977977
dependencies:
978978
undici-types "~7.8.0"
979979

980-
"@types/node@^20.12.12":
981-
version "20.19.9"
982-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.9.tgz#ca9a58193fec361cc6e859d88b52261853f1f0d3"
983-
integrity sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==
980+
"@types/node@^22.0.0":
981+
version "22.17.0"
982+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
983+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
984984
dependencies:
985985
undici-types "~6.21.0"
986986

0 commit comments

Comments
 (0)