We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74c1a1 commit ab7ac22Copy full SHA for ab7ac22
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
cache: npm
21
node-version: 18
22
+ - run: npm ci
23
24
- run: npm run lint
25
- run: npm run build:lib
0 commit comments