Use npm ci instead of npm install

This commit is contained in:
Christian Georgi
2021-07-05 17:52:39 +02:00
parent f144354229
commit abf18d74db

View File

@@ -24,5 +24,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm test