From c25014dbe55eb52e9f165df8bc63859b68ed2e8f Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 15 Aug 2019 13:03:03 -0400 Subject: [PATCH] Change to npm ci --- .github/workflows/postgres-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index ca9390d..691bde8 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v1 - - run: npm install + - run: npm ci working-directory: ./postgres - run: node client.js working-directory: ./postgres