Skip to content

Commit 5d4645f

Browse files
committed
Fix CI
1 parent 4bc37b0 commit 5d4645f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test('version is invalid', npFails,
3131
);
3232

3333
test('version is pre-release', npFails,
34-
['premajor', 'preminor', 'prepatch', 'prerelease', '10.0.0-0', '10.0.0-beta'],
34+
['premajor', 'preminor', 'prepatch', 'prerelease', '100.0.0-0', '100.0.0-beta'],
3535
'You must specify a dist-tag using --tag when publishing a pre-release version. This prevents accidentally tagging unstable versions as "latest". https://docs.npmjs.com/cli/dist-tag',
3636
);
3737

0 commit comments

Comments
 (0)