Skip to content

Commit ce53155

Browse files
authored
chore: update node.js and yarn to latest version (#69039)
Updates Node.js and Yarn to latest versions
1 parent 1d360d8 commit ce53155

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.volta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"volta": {
3-
"node": "20.11.1",
4-
"yarn": "1.22.5"
3+
"node": "20.12.2",
4+
"yarn": "1.22.22"
55
}
66
}

api-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/json-diff": "^0.7.0"
2222
},
2323
"volta": {
24-
"node": "20.11.1",
25-
"yarn": "1.22.5"
24+
"node": "20.12.2",
25+
"yarn": "1.22.22"
2626
}
2727
}

0 commit comments

Comments
 (0)