7
Some checks failed
CI Pipeline / build (20.x) (push) Failing after 51s

This commit is contained in:
Lee 2023-10-19 11:54:02 +01:00
parent eb86e3e4c5
commit 73601127b2

@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run coverage
- run: npm publish