Skip to content

Commit

Permalink
test: tryfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Nov 15, 2023
1 parent 65a65cf commit 83b3737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

execSync(
'npm install semantic-release --omit=dev --no-audit --no-progress --prefer-offline',
'npm install semantic-release@22.0.7 --omit=dev --no-audit --no-progress --prefer-offline',
{
stdio: 'inherit',
cwd: __dirname,
Expand Down

0 comments on commit 83b3737

Please sign in to comment.