Skip to content

Commit

Permalink
chore: update redirect links (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: nodejs-github-bot <[email protected]>
  • Loading branch information
nodejs-github-bot and nodejs-github-bot authored Jan 30, 2025
1 parent b696f29 commit b210002
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
18 changes: 10 additions & 8 deletions src/constants/cachedDirectories.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@
"v23.5.0/",
"v23.6.0/",
"v23.6.1/",
"v23.7.0/",
"v4.0.0/",
"v4.1.0/",
"v4.1.1/",
Expand Down Expand Up @@ -814,13 +815,13 @@
"files": [
{
"name": "index.json",
"lastModified": "2025-01-21T16:59:47.992Z",
"size": 291232
"lastModified": "2025-01-30T18:00:36.955Z",
"size": 291655
},
{
"name": "index.tab",
"lastModified": "2025-01-21T16:59:48.757Z",
"size": 183837
"lastModified": "2025-01-30T18:00:37.867Z",
"size": 184112
},
{
"name": "node-0.0.1.tar.gz",
Expand Down Expand Up @@ -1324,11 +1325,11 @@
},
{
"name": "node-latest.tar.gz",
"lastModified": "2025-01-21T16:59:21.000Z",
"size": 99846159
"lastModified": "2025-01-30T18:00:05.000Z",
"size": 98604603
}
],
"lastModified": "2025-01-21T16:59:48.757Z"
"lastModified": "2025-01-30T18:00:37.867Z"
},
"nodejs/docs/": {
"subdirectories": [
Expand Down Expand Up @@ -1965,6 +1966,7 @@
"v23.5.0/",
"v23.6.0/",
"v23.6.1/",
"v23.7.0/",
"v4.0.0/",
"v4.1.0/",
"v4.1.1/",
Expand Down Expand Up @@ -2143,6 +2145,6 @@
],
"hasIndexHtmlFile": false,
"files": [],
"lastModified": "2025-01-21T16:59:48.757Z"
"lastModified": "2025-01-30T18:00:37.867Z"
}
}
6 changes: 3 additions & 3 deletions src/constants/latestVersions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"latest-v21.x": "v21.7.3",
"latest-v22.x": "v22.13.1",
"latest-jod": "v22.13.1",
"latest-v23.x": "v23.6.1",
"latest": "v23.6.1",
"node-latest.tar.gz": "latest/node-v23.6.1.tar.gz"
"latest-v23.x": "v23.7.0",
"latest": "v23.7.0",
"node-latest.tar.gz": "latest/node-v23.7.0.tar.gz"
}

0 comments on commit b210002

Please sign in to comment.