@@ -15,7 +15,7 @@ jobs:
- name: Install deps
run: |
- sudo npm i -g [email protected]
+ npm i -g [email protected]
cd app
yarn
cd ..