We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0bb916 + faa22dd commit d8da887Copy full SHA for d8da887
1 file changed
.github/workflows/build.yml
100755
100644
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/setup-node@v2
25
with:
26
node-version: 12.x
27
+ cache: npm
28
- run: npm ci
29
- run: npm run build
30
- run: npm run format-check
0 commit comments