diff --git a/.github/workflows/common.yaml b/.github/workflows/common.yaml index 7a95524470..d30fc83aa3 100644 --- a/.github/workflows/common.yaml +++ b/.github/workflows/common.yaml @@ -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