Change npm install to npm ci
All checks were successful
Build Site / Build-Site (18.x) (push) Successful in 22s

This commit is contained in:
Thomas Cole 2023-07-27 10:24:41 -04:00
parent 7b9f7eeeb2
commit 1cfffbd737

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run build
- name: Upload pdf
uses: actions/upload-artifact@v3