Skip to content

Commit

Permalink
Merge pull request actions#179 from oscard0m/add-cache-to-node-workflows
Browse files Browse the repository at this point in the history
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
  • Loading branch information
brcrista authored Dec 20, 2021
2 parents fdeec47 + 82388ea commit 424fc82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v2

- name: Setup node 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
cache: npm

- name: npm install
run: npm install

0 comments on commit 424fc82

Please sign in to comment.