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 6b58086 commit 948f803Copy full SHA for 948f803
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
- uses: actions/setup-node@v3
25
with:
26
node-version: 16.x
27
+ cache: npm
28
- run: npm ci
29
- run: npm run build
30
- run: npm run format-check
0 commit comments