Change to npm ci

This commit is contained in:
Chris Patterson
2019-08-15 13:03:03 -04:00
committed by GitHub
parent 317582916f
commit c25014dbe5

View File

@@ -23,7 +23,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: npm install - run: npm ci
working-directory: ./postgres working-directory: ./postgres
- run: node client.js - run: node client.js
working-directory: ./postgres working-directory: ./postgres