Skip to content

Commit d8da887

Browse files
authored
Merge pull request #196 from oscard0m/add-cache-to-node-workflows
ci(workflow): add cache to workflows using actions/setup-node
2 parents f0bb916 + faa22dd commit d8da887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/setup-node@v2
2525
with:
2626
node-version: 12.x
27+
cache: npm
2728
- run: npm ci
2829
- run: npm run build
2930
- run: npm run format-check

0 commit comments

Comments
 (0)