Skip to content

Commit

Permalink
fix: update package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent 14127bc commit 5985980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ if (needsNode || !hasAcceptableNodeVersion) {
);

if (!hasAcceptableNodeVersion) {
await ssh.execCommand(`sudo apt remove node && sudo apt autoremove`);
await ssh.execCommand(`sudo apt remove nodejs && sudo apt autoremove`);
}
await ssh.execCommand(`cd ~`);
await ssh.execCommand(`curl -sL https://deb.nodesource.com/setup_${PREFERRED_NODE_VERSION} -o nodesource_setup.sh`);
Expand Down

0 comments on commit 5985980

Please sign in to comment.