We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd567d commit 72523c9Copy full SHA for 72523c9
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
cache: npm
21
- - run: npm ci
+ - run: npm install
22
- run: npm run lint
23
- run: npm run build
24
- run: npm test
0 commit comments