Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent daeafd7 commit e32e08a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.12.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"engines": {
"node": "20.x"
"node": "22.x"
},
"workspaces": [
".",
Expand Down Expand Up @@ -175,7 +175,7 @@
"@types/bootstrap": "5.2.10",
"@types/events": "3.0.3",
"@types/md5": "^2",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"@types/punycode": "2.1.4",
"@types/qs": "^6",
"@types/rails__activestorage": "7.1.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7413,12 +7413,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.17.9":
version: 20.17.9
resolution: "@types/node@npm:20.17.9"
"@types/node@npm:*, @types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/1c37c3618407d56b76301578edabcb4c6a7ef093d0811c50fc4df8df68fc546797a294cafac0e50789f4e0e485cd1d6871964d8e6222fd420658bdae89c1fb4a
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -21368,7 +21368,7 @@ __metadata:
"@types/luxon": "npm:3.4.2"
"@types/md5": "npm:^2"
"@types/minimist": "npm:1.2.5"
"@types/node": "npm:20.17.9"
"@types/node": "npm:22.10.2"
"@types/punycode": "npm:2.1.4"
"@types/qs": "npm:^6"
"@types/rails__activestorage": "npm:7.1.1"
Expand Down Expand Up @@ -23471,10 +23471,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.6
resolution: "undici-types@npm:6.19.6"
checksum: 10c0/9b2264c5700e7169c6c62c643aac56cd8984c5fd7e18ed31ff11780260e137f6340dee8317a2e6e0ae3c49f5e5ef6fa577ea07193cbaa535265cba76a267cae9
"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

Expand Down

0 comments on commit e32e08a

Please sign in to comment.