We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56a22b + 59de6c4 commit c93bef2Copy full SHA for c93bef2
3 files changed
.github/workflows/ci.yml
@@ -22,5 +22,5 @@ jobs:
22
uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - run: yarn install
26
- - run: yarn test
+ - run: npm ci
+ - run: npm test
0 commit comments