Skip to content

Commit 1e5ad5e

Browse files
authored
Merge pull request #1012 from semantic-release/verdaccio-upgrade
2 parents 2ebfb87 + f8a6cc5 commit 1e5ad5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/npm-registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import got from "got";
66
import path from "path";
77
import pRetry from "p-retry";
88

9-
const IMAGE = "verdaccio/verdaccio:5";
9+
const IMAGE = "verdaccio/verdaccio:6";
1010
const REGISTRY_PORT = 4873;
1111
const REGISTRY_HOST = "localhost";
1212
const NPM_USERNAME = "integration";

0 commit comments

Comments
 (0)