remove setup nodejs

This commit is contained in:
Nawaz Dhandala 2022-01-23 12:24:32 +00:00
parent bb8dafd5c4
commit 1f9d89ceb1

View File

@ -12,7 +12,6 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install -y curl gcc
- run: sudo apt-get install -y build-essential
- run: curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
- run: sudo apt-get install -y nodejs
- run: npm ci
- run: npm run lint