Skip to content

Commit

Permalink
Merge pull request #196 from oscard0m/add-cache-to-node-workflows
Browse files Browse the repository at this point in the history
ci(workflow): add cache to workflows using actions/setup-node
  • Loading branch information
MaksimZhukov committed Dec 29, 2021
2 parents f0bb916 + faa22dd commit d8da887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml 100755 → 100644
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 12.x
cache: npm
- run: npm ci
- run: npm run build
- run: npm run format-check
Expand Down

0 comments on commit d8da887

Please sign in to comment.