Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Sidi 0c4edf446c Switch back to npm ci
Switch back to using `npm ci`, which is more efficient than `npm install`
2020-01-29 14:12:23 -05:00
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run build --if-present
- run: npm test
env: