Skip to content

Commit

Permalink
Revert "fix: restore broken node installations"
Browse files Browse the repository at this point in the history
This reverts commit b4c3b20.
  • Loading branch information
MartinKolarik committed May 8, 2024
1 parent 35b1c1a commit ea78aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
npmPublish: false,
}],
[ '@semantic-release/exec', {
prepareCmd: `mkdir -p node_modules/nvm/versions/node/v18.19.1/bin; echo 'set -e; export NVM_DIR=/app-nvm; mkdir -p $NVM_DIR; cp -r /app/node_modules/nvm/* $NVM_DIR; rm -rf $NVM_DIR/versions/node/; \\. $NVM_DIR/nvm.sh; nvm install v18.19.1; ln -sf $(nvm which v18.19.1) /usr/local/bin/node && exit' > node_modules/nvm/versions/node/v18.19.1/bin/node; chmod +x node_modules/nvm/versions/node/v18.19.1/bin/node; tar -czf globalping-probe.bundle.tar.gz bin/ dist/ config/ node_modules/ package.json`,
prepareCmd: 'tar -czf globalping-probe.bundle.tar.gz bin/ dist/ config/ node_modules/ package.json',
}],
[ '@semantic-release/git', {
assets: [ 'package.json', 'package-lock.json' ],
Expand Down

0 comments on commit ea78aea

Please sign in to comment.