git.fiddlerwoaroof.com
Browse code

chore: install->ci

Ed Langley authored on 18/11/2019 23:38:51
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ jobs:
19 19
         node-version: ${{ matrix.node-version }}
20 20
     - name: npm install, build, and test
21 21
       run: |
22
-        npm install
22
+        npm ci
23 23
         npm run build
24 24
       env:
25 25
         CI: true