We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ebfb87 + f8a6cc5 commit 1e5ad5eCopy full SHA for 1e5ad5e
test/helpers/npm-registry.js
@@ -6,7 +6,7 @@ import got from "got";
6
import path from "path";
7
import pRetry from "p-retry";
8
9
-const IMAGE = "verdaccio/verdaccio:5";
+const IMAGE = "verdaccio/verdaccio:6";
10
const REGISTRY_PORT = 4873;
11
const REGISTRY_HOST = "localhost";
12
const NPM_USERNAME = "integration";
0 commit comments