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