Browse Source

drop sudo

Michael Bolin 2 years ago
parent
commit
00bf1455e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/verify-build.yml

+ 1 - 1
.github/workflows/verify-build.yml

@@ -19,7 +19,7 @@ jobs:
       - name: fetch Node.js
       - name: fetch Node.js
         run: curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
         run: curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
       - name: install Node.js
       - name: install Node.js
-        run: sudo apt-get install -y nodejs
+        run: apt-get install -y nodejs
       - name: install yarn
       - name: install yarn
         run: npm install -g yarn
         run: npm install -g yarn
       - name: Checkout Code
       - name: Checkout Code