Skip to content

Commit 98b2b0f

Browse files
committed
feat: change npm 9 to latest
1 parent 215cdac commit 98b2b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/releases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{
1616
"id": "v8",
1717
"branch": "release/v8",
18-
"spec": "latest",
18+
"spec": "^8",
1919
"resolved": "https://registry.npmjs.org/npm/-/npm-8.19.3.tgz"
2020
},
2121
{
2222
"id": "v9",
2323
"branch": "latest",
24-
"spec": "next-9",
24+
"spec": "latest",
2525
"resolved": "https://registry.npmjs.org/npm/-/npm-9.1.0.tgz"
2626
}
2727
]

0 commit comments

Comments
 (0)