Skip to content

Commit 7f0bfb3

Browse files
authored
Update main.yml
1 parent 085e997 commit 7f0bfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
port: 22
7373
script: |
7474
# Install Node.js and pm2 on Amazon Linux
75-
curl -sL https://rpm.nodesource.com/setup_20.x | sudo bash -
75+
sudo curl -sL https://rpm.nodesource.com/setup_20.x | sudo bash -
7676
sudo apt-get update -y
7777
sudo apt-get install -y nodejs
7878
sudo apt-get install -g pm2

0 commit comments

Comments
 (0)