Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 26, 2024
1 parent 4bc37b0 commit 5d4645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('version is invalid', npFails,
);

test('version is pre-release', npFails,
['premajor', 'preminor', 'prepatch', 'prerelease', '10.0.0-0', '10.0.0-beta'],
['premajor', 'preminor', 'prepatch', 'prerelease', '100.0.0-0', '100.0.0-beta'],
'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',
);

Expand Down

0 comments on commit 5d4645f

Please sign in to comment.