diff --git a/.github/workflows/appsec.yml b/.github/workflows/appsec.yml index f0cc30b62f..1c75d59fc5 100644 --- a/.github/workflows/appsec.yml +++ b/.github/workflows/appsec.yml @@ -109,7 +109,8 @@ jobs: - uses: ./.github/actions/node/setup - uses: ./.github/actions/install - uses: ./.github/actions/node/latest - - run: if yarn services; then exit -1; else exit 0; fi + - run: node --version + - run: if npm install libpq; then exit -1; else exit 0; fi mysql: runs-on: ubuntu-latest